Package org.apache.velocity.runtime
Class VelocimacroFactory.Twonk
java.lang.Object
org.apache.velocity.runtime.VelocimacroFactory.Twonk
- Enclosing class:
VelocimacroFactory
small container class to hold the tuple
of a template and modification time.
We keep the modification time so we can
'override' it on a reload to prevent
recursive reload due to inter-calling
VMs in a library
-
Field Summary
FieldsModifier and TypeFieldDescriptionlong
modification time of the template.Template kept in this container. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
template
Template kept in this container. -
modificationTime
public long modificationTimemodification time of the template.
-
-
Constructor Details
-
Twonk
private Twonk()
-