|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.blojsom.dispatcher.VelocityDispatcher.BlojsomRenderTool
Blojsom render tool mimics the functionality of the Velocity render tool to parse VTL markup added to a template
Constructor Summary | |
VelocityDispatcher.BlojsomRenderTool(org.apache.velocity.app.VelocityEngine velocityEngine,
org.apache.velocity.VelocityContext velocityContext)
Create a new instance of the render tool |
Method Summary | |
java.lang.String |
evaluate(java.lang.String template)
Evaluate a string containing VTL markup |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public VelocityDispatcher.BlojsomRenderTool(org.apache.velocity.app.VelocityEngine velocityEngine, org.apache.velocity.VelocityContext velocityContext)
velocityEngine
- VelocityEngine
velocityContext
- VelocityContext
Method Detail |
public java.lang.String evaluate(java.lang.String template)
template
- VTL markup
null
if an error in evaluation
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |