Serialized Form


Package freemarker.template

Class freemarker.template.CacheEvent implements Serializable

Serialized Fields

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.

Class freemarker.template.SimpleHash implements Serializable

Serialized Fields

hash

java.util.HashMap hash
the HashMap that this SimpleHash wraps.

Class freemarker.template.SimpleList implements Serializable

Serialized Fields

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.

Class freemarker.template.SimpleScalar implements Serializable

Serialized Fields

value

java.lang.String value
the String that this SimpleScalar wraps.

Class freemarker.template.TemplateException implements Serializable

Class freemarker.template.TemplateModelException implements Serializable