Package com.spun.util.velocity
Class VelocityParser.Default
java.lang.Object
com.spun.util.velocity.VelocityParser.Default
- All Implemented Interfaces:
ContextAware
- Enclosing class:
- VelocityParser
public static class VelocityParser.Default extends Object implements ContextAware
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.spun.util.velocity.ContextAware
ContextAware.ContextAwareMap -
Field Summary
Fields Modifier and Type Field Description static ContextAwareINSTANCE -
Constructor Summary
Constructors Constructor Description Default() -
Method Summary
Modifier and Type Method Description voidsetupContext(org.apache.velocity.context.Context context)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
Default
public Default()
-
-
Method Details
-
setupContext
public void setupContext(org.apache.velocity.context.Context context)- Specified by:
setupContextin interfaceContextAware
-