|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XWikiVelocityException | |
|---|---|
| org.xwiki.velocity | |
| Uses of XWikiVelocityException in org.xwiki.velocity |
|---|
| Methods in org.xwiki.velocity that throw XWikiVelocityException | |
|---|---|
org.apache.velocity.VelocityContext |
VelocityContextFactory.createContext()
Creates and initializes a new Velocity Context. |
VelocityEngine |
VelocityFactory.createVelocityEngine(java.lang.String key,
java.util.Properties properties)
Creates a new Velocity engine instance, which will be cached using a specific key for later reuse. |
boolean |
VelocityEngine.evaluate(org.apache.velocity.context.Context context,
java.io.Writer out,
java.lang.String templateName,
java.io.Reader source)
Renders the input string using the context into the output writer. |
boolean |
VelocityEngine.evaluate(org.apache.velocity.context.Context context,
java.io.Writer out,
java.lang.String templateName,
java.lang.String source)
Renders the input string using the context into the output writer. |
VelocityEngine |
VelocityManager.getVelocityEngine()
Get the current Velocity Engine or create one if none has been created. |
void |
VelocityEngine.initialize(java.util.Properties properties)
Initializes the Velocity engine by setting its configuration both from the component's configuration and from the passed properties. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||