Class DefaultVelocityHelperService
java.lang.Object
com.atlassian.confluence.plugin.services.DefaultVelocityHelperService
- All Implemented Interfaces:
VelocityHelperService
@Deprecated(forRemoval=true)
public class DefaultVelocityHelperService
extends Object
implements VelocityHelperService
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.getRenderedContent
(String templateContent, Map<String, Object> context) Deprecated, for removal: This API element is subject to removal in a future version.getRenderedContent
(String templateContent, org.apache.velocity.context.Context context) Deprecated, for removal: This API element is subject to removal in a future version.getRenderedContentWithoutSwallowingErrors
(String templateContent, org.apache.velocity.context.Context context) Deprecated, for removal: This API element is subject to removal in a future version.getRenderedTemplate
(String templateName, Map<String, Object> context) Deprecated, for removal: This API element is subject to removal in a future version.getRenderedTemplateWithoutSwallowingErrors
(String templateName, Map<String, Object> context) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
DefaultVelocityHelperService
public DefaultVelocityHelperService()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getRenderedTemplate
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getRenderedTemplate
in interfaceVelocityHelperService
-
getRenderedTemplateWithoutSwallowingErrors
public String getRenderedTemplateWithoutSwallowingErrors(String templateName, Map<String, Object> context) throws ExceptionDeprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getRenderedTemplateWithoutSwallowingErrors
in interfaceVelocityHelperService
- Throws:
Exception
-
getRenderedContent
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getRenderedContent
in interfaceVelocityHelperService
-
getRenderedContent
public String getRenderedContent(String templateContent, org.apache.velocity.context.Context context) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getRenderedContent
in interfaceVelocityHelperService
-
getRenderedContentWithoutSwallowingErrors
public String getRenderedContentWithoutSwallowingErrors(String templateContent, org.apache.velocity.context.Context context) throws Exception Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getRenderedContentWithoutSwallowingErrors
in interfaceVelocityHelperService
- Throws:
Exception
-
createDefaultVelocityContext
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
createDefaultVelocityContext
in interfaceVelocityHelperService
-
VelocityEngineRenderingService