Serialized Form
collection
TemplateCollectionModel collection
sequence
TemplateSequenceModel sequence
data
ArrayList<E> data
template
Template template
specialConstructor
boolean specialConstructor
- This variable determines which constructor was used to create
this object and thereby affects the semantics of the
"getMessage" method (see below).
currentToken
freemarker.core.Token currentToken
- This is the last token that has been consumed successfully. If
this object has been created due to a parse error, the token
following this token will (therefore) be the first error token.
columnNumber
int columnNumber
lineNumber
int lineNumber
expectedTokenSequences
int[][] expectedTokenSequences
- Each entry in this array is an array of integers. Each array
of integers represents a sequence of tokens (by their ordinal
values) that is expected at this point of the parse.
tokenImage
String[] tokenImage
- This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred. This array is
defined in the generated ...Constants interface.
templateName
String templateName
eol
String eol
- The end of line string for this machine.
serialVersionUID: 1L
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
serialVersionUID: 1L
templateName
String templateName
line
int line
serialVersionUID: 1L
line
int line
env
DebuggedEnvironment env
Package freemarker.ext.beans |
Package freemarker.ext.servlet |
wrapper
ObjectWrapper wrapper
context
javax.servlet.ServletContext context
request
javax.servlet.http.HttpServletRequest request
unlistedModels
Map<K,V> unlistedModels
serialVersionUID: -2440216393145762479L
templatePath
String templatePath
nocache
boolean nocache
debug
boolean debug
config
Configuration config
wrapper
ObjectWrapper wrapper
contentType
String contentType
noCharsetInContentType
boolean noCharsetInContentType
serialVersionUID: 1L
Package freemarker.ext.util |
serialVersionUID: 362498820763181265L
readObject
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
- Reconstitute the IdentityHashMap instance from a stream (i.e.,
deserialize it).
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- Save the state of the IdentityHashMap instance to a stream (i.e.,
serialize it).
- Serial Data:
- The capacity of the IdentityHashMap (the length of the
bucket array) is emitted (int), followed by the
size of the IdentityHashMap (the number of key-value
mappings), followed by the key (Object) and value (Object)
for each key-value mapping represented by the IdentityHashMap
The key-value mappings are emitted in no particular order.
- Throws:
IOException
threshold
int threshold
- The table is rehashed when its size exceeds this threshold. (The
value of this field is (int)(capacity * loadFactor).)
-
loadFactor
float loadFactor
- The load factor for the hashtable.
-
Package freemarker.template |
iteratorDirty
boolean iteratorDirty
iterator
Iterator<E> iterator
collection
Collection<E> collection
map
Map<K,V> map
putFailed
boolean putFailed
unwrappedMap
Map<K,V> unwrappedMap
value
Number value
- the value of this SimpleNumber
value
String value
- the value of this SimpleScalar if it wraps a
String.
list
List<E> list
- The List that this SimpleSequence wraps.
unwrappedList
List<E> unwrappedList
specifiedEncoding
String specifiedEncoding
causeException
Exception causeException
- The underlying cause of this exception, if any
env
Environment env
ftlInstructionStack
String ftlInstructionStack
Package freemarker.template.utility |
t
Throwable t