See: Description
Interface | Description |
---|---|
DateUtil.DateToISO8601CalendarFactory |
Used internally by
DateUtil ; don't use it's implementations for
anything else. |
Class | Description |
---|---|
CaptureOutput | Deprecated
Use block-assignments instead, as
<assign x>... |
ClassUtil | |
Collections12 |
Implementation of missing JDK 1.3 collection features for JDK 1.2
|
Constants |
Frequently used constant
TemplateModel values. |
DateUtil | |
DateUtil.TrivialDateToISO8601CalendarFactory |
Non-thread-safe factory that hard-references a calendar internally.
|
DeepUnwrap |
Utility methods for unwrapping
TemplateModel -s. |
DOMNodeModel |
A convenient wrapper class for wrapping a Node in the W3C DOM API.
|
Execute |
Gives FreeMarker the the ability to execute external commands.
|
HtmlEscape |
Performs an HTML escape of a given template fragment.
|
JythonRuntime |
A crude first pass at an embeddable Jython interpreter
|
NormalizeNewlines |
Transformer that supports FreeMarker legacy behavior: all newlines appearing
within the transformed area will be transformed into the platform's default
newline.
|
NullWriter |
A
Writer that simply drops what it gets. |
NumberUtil |
Number- and math-related utilities.
|
ObjectConstructor |
An object that you can make available in a template
to instantiate arbitrary beans-wrapped objects in a template.
|
OptimizerUtil | |
SecurityUtilities | |
StandardCompress |
A filter that compresses each sequence of consecutive whitespace
to a single line break (if the sequence contains a line break) or a
single space.
|
StringUtil |
Some text related utilities.
|
ToCanonical |
Read in a template and convert it to a canonical format.
|
XmlEscape |
Performs an XML escaping of a given template fragment.
|
Exception | Description |
---|---|
NullArgumentException |
Indicates that an argument that must be non-
null was null . |
UndeclaredThrowableException |
The equivalent of JDK 1.3 UndeclaredThrowableException.
|
UnrecognizedTimeZoneException |
Indicates that the time zone name is not recognized.
|
UnsupportedNumberClassException |
Thrown when FreeMarker runs into a
Number subclass that it doesn't yet support. |
Various classes used by core FreeMarker code but might be useful outside of it too.