org.apache.velocity.runtime
Class VelocimacroFactory.Twonk

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

private class VelocimacroFactory.Twonk
extends java.lang.Object

small continer class to hold the duple 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
 long modificationTime
           
 Template template
           
 
Constructor Summary
private VelocimacroFactory.Twonk()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

template

public Template template

modificationTime

public long modificationTime
Constructor Detail

VelocimacroFactory.Twonk

private VelocimacroFactory.Twonk()


Copyright © 2001 Apache Software Foundation. All Rights Reserved.