Class VelocimacroFactory.Twonk

java.lang.Object
org.apache.velocity.runtime.VelocimacroFactory.Twonk
Enclosing class:
VelocimacroFactory

private static class VelocimacroFactory.Twonk extends 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 Details

    • template

      public Template template
      Template kept in this container.
    • modificationTime

      public long modificationTime
      modification time of the template.
  • Constructor Details

    • Twonk

      private Twonk()