org.apache.velocity.runtime

Class 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

Field Details

modificationTime

public long modificationTime


template

public Template template


Copyright © 2003 Apache Software Foundation. All Rights Reserved.