com.atlassian.confluence.util.velocity
Class VelocityUtils
java.lang.Object
com.atlassian.confluence.util.velocity.VelocityUtils
public class VelocityUtils
- extends Object
|
Method Summary |
static String |
getRenderedContent(CharSequence templateContent,
org.apache.velocity.context.Context velocityContext)
|
static String |
getRenderedContent(CharSequence templateContent,
Map<?,?> contextMap)
|
static String |
getRenderedContent(String templateContent,
org.apache.velocity.context.Context velocityContext)
Deprecated. since 5.5. Use getRenderedContent(CharSequence, org.apache.velocity.context.Context) instead. |
static String |
getRenderedContent(String templateContent,
Map<?,?> contextMap)
Deprecated. since 5.5. Use getRenderedContent(CharSequence, java.util.Map) instead. |
static String |
getRenderedTemplate(String templateName,
org.apache.velocity.context.Context context)
|
static String |
getRenderedTemplate(String templateName,
Map<?,?> contextMap)
|
static String |
getRenderedTemplateWithoutSwallowingErrors(String templateName,
org.apache.velocity.context.Context context)
|
static String |
getRenderedTemplateWithoutSwallowingErrors(String templateName,
Map<?,?> contextMap)
|
static org.apache.velocity.Template |
getTemplate(String templateName)
|
static org.apache.velocity.app.VelocityEngine |
getVelocityEngine()
|
static void |
renderTemplateWithoutSwallowingErrors(String templateName,
org.apache.velocity.context.Context context,
Writer writer)
|
static void |
renderTemplateWithoutSwallowingErrors(org.apache.velocity.Template template,
org.apache.velocity.context.Context context,
Writer writer)
|
static void |
writeRenderedContent(Writer writer,
CharSequence templateContent,
Map<?,?> contextMap)
|
static void |
writeRenderedContent(Writer writer,
String templateContent,
Map<?,?> contextMap)
Deprecated. since 5.5. Use writeRenderedContent(java.io.Writer, CharSequence, java.util.Map) instead. |
static void |
writeRenderedTemplate(Writer writer,
String templateName,
org.apache.velocity.context.Context context)
|
static void |
writeRenderedTemplate(Writer writer,
String templateName,
Map<?,?> contextMap)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VelocityUtils
public VelocityUtils()
getRenderedTemplate
public static String getRenderedTemplate(String templateName,
Map<?,?> contextMap)
writeRenderedTemplate
public static void writeRenderedTemplate(Writer writer,
String templateName,
Map<?,?> contextMap)
getRenderedTemplate
public static String getRenderedTemplate(String templateName,
org.apache.velocity.context.Context context)
writeRenderedTemplate
public static void writeRenderedTemplate(Writer writer,
String templateName,
org.apache.velocity.context.Context context)
getRenderedTemplateWithoutSwallowingErrors
public static String getRenderedTemplateWithoutSwallowingErrors(String templateName,
Map<?,?> contextMap)
throws Exception
- Throws:
Exception
getRenderedTemplateWithoutSwallowingErrors
public static String getRenderedTemplateWithoutSwallowingErrors(String templateName,
org.apache.velocity.context.Context context)
throws Exception
- Throws:
Exception
renderTemplateWithoutSwallowingErrors
public static void renderTemplateWithoutSwallowingErrors(org.apache.velocity.Template template,
org.apache.velocity.context.Context context,
Writer writer)
throws Exception
- Throws:
Exception
renderTemplateWithoutSwallowingErrors
public static void renderTemplateWithoutSwallowingErrors(String templateName,
org.apache.velocity.context.Context context,
Writer writer)
throws Exception
- Throws:
Exception
getTemplate
public static org.apache.velocity.Template getTemplate(String templateName)
throws Exception
- Throws:
Exception
getVelocityEngine
public static org.apache.velocity.app.VelocityEngine getVelocityEngine()
throws Exception
- Throws:
Exception
getRenderedContent
@Deprecated
public static String getRenderedContent(String templateContent,
Map<?,?> contextMap)
- Deprecated. since 5.5. Use
getRenderedContent(CharSequence, java.util.Map) instead.
getRenderedContent
public static String getRenderedContent(CharSequence templateContent,
Map<?,?> contextMap)
getRenderedContent
@Deprecated
public static String getRenderedContent(String templateContent,
org.apache.velocity.context.Context velocityContext)
- Deprecated. since 5.5. Use
getRenderedContent(CharSequence, org.apache.velocity.context.Context) instead.
getRenderedContent
public static String getRenderedContent(CharSequence templateContent,
org.apache.velocity.context.Context velocityContext)
writeRenderedContent
@Deprecated
public static void writeRenderedContent(Writer writer,
String templateContent,
Map<?,?> contextMap)
- Deprecated. since 5.5. Use
writeRenderedContent(java.io.Writer, CharSequence, java.util.Map) instead.
writeRenderedContent
public static void writeRenderedContent(Writer writer,
CharSequence templateContent,
Map<?,?> contextMap)
Copyright © 2003–2015 Atlassian. All rights reserved.