Class VelocityUtils
java.lang.Object
com.atlassian.confluence.util.velocity.VelocityUtils
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 TypeMethodDescriptionstatic StringgetRenderedContent(CharSequence templateContent, Map<?, ?> contextMap) Deprecated, for removal: This API element is subject to removal in a future version.static StringgetRenderedContent(CharSequence templateContent, org.apache.velocity.context.Context velocityContext) Deprecated, for removal: This API element is subject to removal in a future version.static StringgetRenderedContent(String templateContent, Map<?, ?> contextMap) Deprecated, for removal: This API element is subject to removal in a future version.static StringgetRenderedContent(String templateContent, org.apache.velocity.context.Context velocityContext) Deprecated, for removal: This API element is subject to removal in a future version.static StringgetRenderedTemplate(String templateName, Map<?, ?> contextMap) Deprecated, for removal: This API element is subject to removal in a future version.static StringgetRenderedTemplate(String templateName, org.apache.velocity.context.Context context) Deprecated, for removal: This API element is subject to removal in a future version.static StringgetRenderedTemplateWithoutSwallowingErrors(String templateName, Map<String, Object> contextMap) Deprecated, for removal: This API element is subject to removal in a future version.static StringgetRenderedTemplateWithoutSwallowingErrors(String templateName, org.apache.velocity.context.Context context) Deprecated, for removal: This API element is subject to removal in a future version.static org.apache.velocity.TemplategetTemplate(String templateName) Deprecated, for removal: This API element is subject to removal in a future version.static voidrenderTemplateWithoutSwallowingErrors(String templateName, org.apache.velocity.context.Context context, Writer writer) Deprecated, for removal: This API element is subject to removal in a future version.static voidrenderTemplateWithoutSwallowingErrors(org.apache.velocity.Template template, org.apache.velocity.context.Context context, Writer writer) Deprecated, for removal: This API element is subject to removal in a future version.static voidwriteRenderedContent(Writer writer, CharSequence templateContent, Map<?, ?> contextMap) Deprecated, for removal: This API element is subject to removal in a future version.static voidwriteRenderedContent(Writer writer, String templateContent, Map<?, ?> contextMap) Deprecated, for removal: This API element is subject to removal in a future version.static voidwriteRenderedTemplate(Writer writer, String templateName, Map<?, ?> contextMap) Deprecated, for removal: This API element is subject to removal in a future version.static voidwriteRenderedTemplate(Writer writer, String templateName, org.apache.velocity.context.Context context) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
VelocityUtils
public VelocityUtils()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. -
writeRenderedTemplate
Deprecated, for removal: This API element is subject to removal in a future version. -
getRenderedTemplate
public static String getRenderedTemplate(String templateName, org.apache.velocity.context.Context context) Deprecated, for removal: This API element is subject to removal in a future version. -
writeRenderedTemplate
public static void writeRenderedTemplate(Writer writer, String templateName, org.apache.velocity.context.Context context) Deprecated, for removal: This API element is subject to removal in a future version. -
getRenderedTemplateWithoutSwallowingErrors
public static String getRenderedTemplateWithoutSwallowingErrors(String templateName, Map<String, Object> contextMap) throws ExceptionDeprecated, for removal: This API element is subject to removal in a future version.- Throws:
Exception
-
getRenderedTemplateWithoutSwallowingErrors
public static String getRenderedTemplateWithoutSwallowingErrors(String templateName, org.apache.velocity.context.Context context) throws Exception Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
Exception
-
renderTemplateWithoutSwallowingErrors
public static void renderTemplateWithoutSwallowingErrors(org.apache.velocity.Template template, org.apache.velocity.context.Context context, Writer writer) throws Exception Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
Exception
-
renderTemplateWithoutSwallowingErrors
public static void renderTemplateWithoutSwallowingErrors(String templateName, org.apache.velocity.context.Context context, Writer writer) throws Exception Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
Exception
-
getTemplate
Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
Exception
-
getRenderedContent
Deprecated, for removal: This API element is subject to removal in a future version. -
getRenderedContent
Deprecated, for removal: This API element is subject to removal in a future version. -
getRenderedContent
public static String getRenderedContent(String templateContent, org.apache.velocity.context.Context velocityContext) Deprecated, for removal: This API element is subject to removal in a future version. -
getRenderedContent
public static String getRenderedContent(CharSequence templateContent, org.apache.velocity.context.Context velocityContext) Deprecated, for removal: This API element is subject to removal in a future version. -
writeRenderedContent
Deprecated, for removal: This API element is subject to removal in a future version. -
writeRenderedContent
public static void writeRenderedContent(Writer writer, CharSequence templateContent, Map<?, ?> contextMap) Deprecated, for removal: This API element is subject to removal in a future version.
-
VelocityHelperService