Serialized Form
-
Package freemarker.cache
-
Exception Class freemarker.cache.TemplateConfigurationFactoryException
class TemplateConfigurationFactoryException extends Exception implements Serializable
-
-
Package freemarker.core
-
Exception Class freemarker.core._MiscTemplateException
class _MiscTemplateException extends TemplateException implements Serializable -
Exception Class freemarker.core._ObjectBuilderSettingEvaluationException
class _ObjectBuilderSettingEvaluationException extends Exception implements Serializable -
Exception Class freemarker.core._TemplateModelException
class _TemplateModelException extends TemplateModelException implements Serializable -
Exception Class freemarker.core.BugException
class BugException extends RuntimeException implements Serializable -
Exception Class freemarker.core.CallPlaceCustomDataInitializationException
class CallPlaceCustomDataInitializationException extends Exception implements Serializable -
Class freemarker.core.CollectionAndSequence
class CollectionAndSequence extends Object implements Serializable-
Serialized Fields
-
collection
TemplateCollectionModel collection
-
data
ArrayList<TemplateModel> data
-
sequence
TemplateSequenceModel sequence
-
-
-
Exception Class freemarker.core.Configurable.SettingValueAssignmentException
class SettingValueAssignmentException extends freemarker.core._MiscTemplateException implements Serializable -
Exception Class freemarker.core.Configurable.UnknownSettingException
class UnknownSettingException extends freemarker.core._MiscTemplateException implements Serializable -
Class freemarker.core.Environment.Namespace
class Namespace extends SimpleHash implements Serializable-
Serialized Fields
-
template
Template template
-
-
-
Class freemarker.core.FreeMarkerTree
class FreeMarkerTree extends JTree implements Serializable -
Exception Class freemarker.core.InvalidFormatParametersException
class InvalidFormatParametersException extends InvalidFormatStringException implements Serializable -
Exception Class freemarker.core.InvalidFormatStringException
class InvalidFormatStringException extends TemplateValueFormatException implements Serializable -
Exception Class freemarker.core.InvalidReferenceException
class InvalidReferenceException extends TemplateException implements Serializable -
Exception Class freemarker.core.NonBooleanException
class NonBooleanException extends UnexpectedTypeException implements Serializable -
Exception Class freemarker.core.NonDateException
class NonDateException extends UnexpectedTypeException implements Serializable -
Exception Class freemarker.core.NonExtendedHashException
class NonExtendedHashException extends UnexpectedTypeException implements Serializable -
Exception Class freemarker.core.NonExtendedNodeException
class NonExtendedNodeException extends UnexpectedTypeException implements Serializable -
Exception Class freemarker.core.NonHashException
class NonHashException extends UnexpectedTypeException implements Serializable -
Exception Class freemarker.core.NonMarkupOutputException
class NonMarkupOutputException extends UnexpectedTypeException implements Serializable -
Exception Class freemarker.core.NonMethodException
class NonMethodException extends UnexpectedTypeException implements Serializable -
Exception Class freemarker.core.NonNodeException
class NonNodeException extends UnexpectedTypeException implements Serializable -
Exception Class freemarker.core.NonNumericalException
class NonNumericalException extends UnexpectedTypeException implements Serializable -
Exception Class freemarker.core.NonSequenceException
class NonSequenceException extends UnexpectedTypeException implements Serializable -
Exception Class freemarker.core.NonSequenceOrCollectionException
class NonSequenceOrCollectionException extends UnexpectedTypeException implements Serializable -
Exception Class freemarker.core.NonStringException
class NonStringException extends UnexpectedTypeException implements Serializable -
Exception Class freemarker.core.NonStringOrTemplateOutputException
class NonStringOrTemplateOutputException extends UnexpectedTypeException implements Serializable -
Exception Class freemarker.core.ParseException
class ParseException extends IOException implements Serializable-
Serialized Fields
-
columnNumber
int columnNumber
-
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. -
description
String description
-
endColumnNumber
int endColumnNumber
-
endLineNumber
int endLineNumber
-
eol
String eol
The end of line string for this machine. -
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. -
lineNumber
int lineNumber
-
message
String message
-
messageAndDescriptionRendered
boolean messageAndDescriptionRendered
-
specialConstructor
boolean specialConstructor
Deprecated.Will be remove without replacement in 2.4. -
templateName
String templateName
-
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.
-
-
-
Exception Class freemarker.core.ParsingNotSupportedException
class ParsingNotSupportedException extends TemplateValueFormatException implements Serializable -
Exception Class freemarker.core.ReturnInstruction.Return
class Return extends freemarker.core.FlowControlException implements Serializable -
Exception Class freemarker.core.StopException
class StopException extends TemplateException implements Serializable -
Exception Class freemarker.core.TemplateValueFormatException
class TemplateValueFormatException extends Exception implements Serializable -
Exception Class freemarker.core.TokenMgrError
class TokenMgrError extends Error implements Serializable -
Exception Class freemarker.core.UndefinedCustomFormatException
class UndefinedCustomFormatException extends InvalidFormatStringException implements Serializable -
Exception Class freemarker.core.UnexpectedTypeException
class UnexpectedTypeException extends TemplateException implements Serializable -
Exception Class freemarker.core.UnformattableValueException
class UnformattableValueException extends TemplateValueFormatException implements Serializable -
Exception Class freemarker.core.UnknownDateTypeFormattingUnsupportedException
class UnknownDateTypeFormattingUnsupportedException extends UnformattableValueException implements Serializable -
Exception Class freemarker.core.UnknownDateTypeParsingUnsupportedException
class UnknownDateTypeParsingUnsupportedException extends UnformattableValueException implements Serializable -
Exception Class freemarker.core.UnparsableValueException
class UnparsableValueException extends TemplateValueFormatException implements Serializable -
Exception Class freemarker.core.UnregisteredOutputFormatException
class UnregisteredOutputFormatException extends Exception implements Serializable
-
-
Package freemarker.debug
-
Class freemarker.debug.Breakpoint
class Breakpoint extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
line
int line
-
templateName
String templateName
-
-
Class freemarker.debug.EnvironmentSuspendedEvent
class EnvironmentSuspendedEvent extends EventObject implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
env
DebuggedEnvironment env
-
line
int line
-
name
String name
-
-
-
Package freemarker.ext.beans
-
Exception Class freemarker.ext.beans.InvalidPropertyException
class InvalidPropertyException extends TemplateModelException implements Serializable
-
-
Package freemarker.ext.servlet
-
Class freemarker.ext.servlet.AllHttpScopesHashModel
class AllHttpScopesHashModel extends SimpleHash implements Serializable-
Serialized Fields
-
context
javax.servlet.ServletContext context
-
request
javax.servlet.http.HttpServletRequest request
-
unlistedModels
Map unlistedModels
-
-
-
Class freemarker.ext.servlet.FreemarkerServlet
class FreemarkerServlet extends javax.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- -2440216393145762479L
-
Serialized Fields
-
bufferSize
Integer bufferSize
-
classpathTlds
List classpathTlds
-
config
Configuration config
-
contentType
freemarker.ext.servlet.FreemarkerServlet.ContentType contentType
-
debug
boolean debug
Deprecated.Not used anymore; to enable/disable debug logging, just set the logging level of the logging library used byLogger
. -
exceptionOnMissingTemplate
boolean exceptionOnMissingTemplate
-
forcedResponseCharacterEncoding
Charset forcedResponseCharacterEncoding
-
lazyInitFieldsLock
Object lazyInitFieldsLock
-
metaInfTldSources
List metaInfTldSources
-
noCache
boolean noCache
-
objectWrapperMismatchWarnLogged
boolean objectWrapperMismatchWarnLogged
-
overrideResponseContentType
freemarker.ext.servlet.FreemarkerServlet.OverrideResponseContentType overrideResponseContentType
-
overrideResponseLocale
freemarker.ext.servlet.FreemarkerServlet.OverrideResponseLocale overrideResponseLocale
-
responseCharacterEncoding
freemarker.ext.servlet.FreemarkerServlet.ResponseCharacterEncoding responseCharacterEncoding
-
servletContextModel
ServletContextHashModel servletContextModel
-
taglibFactory
TaglibFactory taglibFactory
-
templatePath
String templatePath
-
wrapper
ObjectWrapper wrapper
-
-
Class freemarker.ext.servlet.HttpSessionHashModel
class HttpSessionHashModel extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package freemarker.ext.util
-
Class freemarker.ext.util.IdentityHashMap
class IdentityHashMap extends AbstractMap implements Serializable- serialVersionUID:
- 362498820763181265L
-
Serialization Methods
-
readObject
Deprecated.Reconstitute the IdentityHashMap instance from a stream (i.e., deserialize it).- Throws:
IOException
ClassNotFoundException
-
writeObject
Deprecated.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
-
-
Serialized Fields
-
loadFactor
float loadFactor
Deprecated.The load factor for the hashtable. -
threshold
int threshold
Deprecated.The table is rehashed when its size exceeds this threshold. (The value of this field is (int)(capacity * loadFactor).)
-
-
-
Package freemarker.template
-
Class freemarker.template.DefaultArrayAdapter
class DefaultArrayAdapter extends WrappingTemplateModel implements Serializable -
Class freemarker.template.DefaultEnumerationAdapter
class DefaultEnumerationAdapter extends WrappingTemplateModel implements Serializable-
Serialized Fields
-
enumeration
Enumeration<?> enumeration
-
enumerationOwnedBySomeone
boolean enumerationOwnedBySomeone
-
-
-
Class freemarker.template.DefaultIterableAdapter
class DefaultIterableAdapter extends WrappingTemplateModel implements Serializable-
Serialized Fields
-
iterable
Iterable<?> iterable
-
-
-
Class freemarker.template.DefaultIteratorAdapter
class DefaultIteratorAdapter extends WrappingTemplateModel implements Serializable-
Serialized Fields
-
iterator
Iterator iterator
-
iteratorOwnedBySomeone
boolean iteratorOwnedBySomeone
-
-
-
Class freemarker.template.DefaultListAdapter
class DefaultListAdapter extends WrappingTemplateModel implements Serializable-
Serialized Fields
-
list
List list
-
-
-
Class freemarker.template.DefaultMapAdapter
class DefaultMapAdapter extends WrappingTemplateModel implements Serializable-
Serialized Fields
-
map
Map map
-
-
-
Class freemarker.template.DefaultNonListCollectionAdapter
class DefaultNonListCollectionAdapter extends WrappingTemplateModel implements Serializable-
Serialized Fields
-
collection
Collection collection
-
-
-
Exception Class freemarker.template.MalformedTemplateNameException
class MalformedTemplateNameException extends IOException implements Serializable -
Class freemarker.template.SimpleCollection
class SimpleCollection extends WrappingTemplateModel implements Serializable -
Class freemarker.template.SimpleHash
class SimpleHash extends WrappingTemplateModel implements Serializable -
Class freemarker.template.SimpleList
class SimpleList extends SimpleSequence implements Serializable -
Class freemarker.template.SimpleNumber
class SimpleNumber extends Object implements Serializable-
Serialized Fields
-
value
Number value
the value of this SimpleNumber
-
-
-
Class freemarker.template.SimpleScalar
class SimpleScalar extends Object implements Serializable-
Serialized Fields
-
value
String value
the value of this SimpleScalar if it wraps a String.
-
-
-
Class freemarker.template.SimpleSequence
class SimpleSequence extends WrappingTemplateModel implements Serializable-
Serialized Fields
-
list
List list
TheList
that stored the elements of this sequence. It migth contains bothTemplateModel
elements and non-TemplateModel
elements. -
unwrappedList
List unwrappedList
-
-
-
Exception Class freemarker.template.Template.WrongEncodingException
class WrongEncodingException extends ParseException implements Serializable- serialVersionUID:
- 1L
-
Exception Class freemarker.template.TemplateException
class TemplateException extends Exception implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
blamedExpressionString
String blamedExpressionString
-
blamedExpressionStringCalculated
boolean blamedExpressionStringCalculated
-
columnNumber
Integer columnNumber
-
description
String description
-
endColumnNumber
Integer endColumnNumber
-
endLineNumber
Integer endLineNumber
-
lineNumber
Integer lineNumber
-
positionsCalculated
boolean positionsCalculated
-
renderedFtlInstructionStackSnapshot
String renderedFtlInstructionStackSnapshot
-
renderedFtlInstructionStackSnapshotTop
String renderedFtlInstructionStackSnapshotTop
-
templateName
String templateName
-
templateSourceName
String templateSourceName
-
-
-
Exception Class freemarker.template.TemplateModelException
class TemplateModelException extends TemplateException implements Serializable-
Serialized Fields
-
replaceWithCause
boolean replaceWithCause
-
-
-
Exception Class freemarker.template.TemplateNotFoundException
class TemplateNotFoundException extends FileNotFoundException implements Serializable -
Class freemarker.template.Version
class Version extends Object implements Serializable
-
-
Package freemarker.template.utility
-
Exception Class freemarker.template.utility.DateUtil.DateParseException
class DateParseException extends ParseException implements Serializable -
Exception Class freemarker.template.utility.NullArgumentException
class NullArgumentException extends IllegalArgumentException implements Serializable -
Exception Class freemarker.template.utility.UndeclaredThrowableException
class UndeclaredThrowableException extends RuntimeException implements Serializable -
Exception Class freemarker.template.utility.UnrecognizedTimeZoneException
class UnrecognizedTimeZoneException extends Exception implements Serializable-
Serialized Fields
-
timeZoneName
String timeZoneName
-
-
-
Exception Class freemarker.template.utility.UnsupportedNumberClassException
class UnsupportedNumberClassException extends RuntimeException implements Serializable-
Serialized Fields
-
fClass
Class fClass
-
-
-