Package org.apache.velocity.runtime
Class VelocimacroFactory.Twonk
- java.lang.Object
-
- org.apache.velocity.runtime.VelocimacroFactory.Twonk
-
- Enclosing class:
- VelocimacroFactory
private static class VelocimacroFactory.Twonk extends java.lang.Object
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
Fields Modifier and Type Field Description long
modificationTime
modification time of the template.Template
template
Template kept in this container.
-
Constructor Summary
Constructors Modifier Constructor Description private
Twonk()
-
-
-
Field Detail
-
template
public Template template
Template kept in this container.
-
modificationTime
public long modificationTime
modification time of the template.
-
-