Serialized Form
Package freemarker.template |
elementName
java.lang.String elementName
- the name of an element associated with this event.
exception
java.lang.Exception exception
- an Exception associated with this event.
hash
java.util.HashMap hash
- the HashMap that this SimpleHash wraps.
copyException
TemplateModelException copyException
- A TemplateModelException thrown by a
TemplateListModel copied into this one.
isPermanent
boolean isPermanent
- Whether this SimpleList has an indefinite
shelf life.
list
java.util.LinkedList list
- The LinkedList that this SimpleList wraps.
shelfLife
long shelfLife
- The shelf life in milliseconds of this SimpleList.
timeCreated
long timeCreated
- The creation time to be used for determining staleness.
value
java.lang.String value
- the String that this SimpleScalar wraps.