| Package | Description |
|---|---|
| org.xwiki.velocity |
| Modifier and Type | Method and Description |
|---|---|
VelocityEngine |
VelocityFactory.createVelocityEngine(String key,
Properties properties)
Creates a new Velocity engine instance, which will be cached using a specific key for later reuse.
|
VelocityEngine |
VelocityManager.getVelocityEngine()
Get the current Velocity Engine or create one if none has been created.
|
VelocityEngine |
VelocityFactory.getVelocityEngine(String key)
Retrieves from the cache the Velocity engine corresponding to a specific key, if such an engine was already
created.
|
VelocityEngine |
VelocityFactory.removeVelocityEngine(String key)
Remove from the cache a Velocity engine corresponding to a specific key, if such an engine was already created.
|
Copyright © 2004–2017 XWiki. All rights reserved.