Serialized Form


Package freemarker.template

Class freemarker.template.CacheEvent implements Serializable

Serialized Fields

exception

java.lang.Exception exception
an Exception associated with this event.

elementName

java.lang.String elementName
the name of an element associated with this event.

Class freemarker.template.SimpleHash implements Serializable

Serialized Fields

hash

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

Class freemarker.template.SimpleList implements Serializable

Serialized Fields

list

java.util.LinkedList list
The LinkedList that this SimpleList wraps.

timeCreated

long timeCreated
The creation time to be used for determining staleness.

shelfLife

long shelfLife
The shelf life in milliseconds of this SimpleList.

isPermanent

boolean isPermanent
Whether this SimpleList has an indefinite shelf life.

copyException

TemplateModelException copyException
A TemplateModelException thrown by a TemplateListModel copied into this one.

Class freemarker.template.SimpleScalar implements Serializable

Serialized Fields

value

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

booleanValue

boolean booleanValue
if this SimpleScalar wraps a boolean, this variable is used

useBoolean

boolean useBoolean
if this SimpleScalar wraps a boolean value, this is set to true

Class freemarker.template.TemplateException implements Serializable

Class freemarker.template.TemplateModelException implements Serializable