A B C E F G H I L N P R S T U V X

A

add(boolean) - Method in class freemarker.template.SimpleList
Adds a boolean to the end of this SimpleList, by first wrapping the boolean in a SimpleScalar.
add(String) - Method in class freemarker.template.SimpleList
Adds a string to the end of this SimpleList, by first wrapping the string in a SimpleScalar.
add(TemplateModel) - Method in class freemarker.template.SimpleList
Adds a TemplateModel to the end of this SimpleList.
addCacheListener(CacheListener) - Method in class freemarker.template.FileTemplateCache
 
addCacheListener(CacheListener) - Method in class freemarker.template.FileBinaryCache
 
addCacheListener(CacheListener) - Method in interface freemarker.template.BinaryCache
Registers a CacheListener for this BinaryCache.
addCacheListener(CacheListener) - Method in interface freemarker.template.TemplateCache
Registers a CacheListener for this TemplateCache.
addFunction(FunctionInstruction) - Method in class freemarker.template.Template
Adds a function to the template.
addListener(EventListener) - Method in class freemarker.template.GenericEventMulticaster
 

B

BinaryCache - interface freemarker.template.BinaryCache.
An interface for self-updating caches of compiled BinaryDatas.
BinaryData - class freemarker.template.BinaryData.
An application or servlet can instantiate a subclass of BinaryData to retrieve a binary file.
BinaryData() - Constructor for class freemarker.template.BinaryData
Constructs an empty template.
BinaryData(File) - Constructor for class freemarker.template.BinaryData
Constructs a BinaryData object by compiling it from a file.
BinaryData(InputStream) - Constructor for class freemarker.template.BinaryData
Constructs a template by compiling it from an InputStream.
BinaryData(String) - Constructor for class freemarker.template.BinaryData
Constructs a binary data object by compiling it from a file.
booleanValue - Variable in class freemarker.template.SimpleScalar
 

C

cache - Variable in class freemarker.template.Template
 
cacheDir - Variable in class freemarker.template.FileTemplateCache
 
CacheElement - class freemarker.template.CacheElement.
 
CacheEvent - class freemarker.template.CacheEvent.
An event fired by self-updating caches.
CacheEvent(Object) - Constructor for class freemarker.template.CacheEvent
 
CacheListener - interface freemarker.template.CacheListener.
An interface for classes that listen for CacheEvents.
cacheUnavailable(CacheEvent) - Method in interface freemarker.template.CacheListener
Called when a cache cannot be updated.
clear() - Method in class freemarker.template.SimpleList
Removes all the elements from this SimpleList.
COMMENT_END - Static variable in class freemarker.template.Template
 
COMMENT_START - Static variable in class freemarker.template.Template
 
compareTo(CacheElement) - Method in class freemarker.template.CacheElement
 
compareTo(Object) - Method in class freemarker.template.CacheElement
 
compiledTemplate - Variable in class freemarker.template.Template
 
compileFromFile(File) - Method in class freemarker.template.BinaryData
Reads and compiles a template from a file, by getting the file's FileInputStream and using it to call compileFromStream(), using the platform's default character encoding.
compileFromFile(File) - Method in class freemarker.template.Template
Reads and compiles a template from a file, by getting the file's FileInputStream and using it to call compileFromStream(), using the platform's default character encoding.
compileFromFile(String) - Method in class freemarker.template.BinaryData
Reads and compiles a template from a file, by getting the file's FileInputStream and using it to call compileFromStream(), using the platform's default character encoding.
compileFromFile(String) - Method in class freemarker.template.Template
Reads and compiles a template from a file, by getting the file's FileInputStream and using it to call compileFromStream(), using the platform's default character encoding.
compileFromStream(InputStream) - Method in class freemarker.template.BinaryData
Compiles the template from an InputStream, using the platform's default character encoding.
compileFromStream(InputStream) - Method in class freemarker.template.Template
Compiles the template from an InputStream, using the platform's default character encoding.
compileFromStream(Reader) - Method in class freemarker.template.Template
Compiles the template from an Reader.
compileText(String) - Method in class freemarker.template.Template
Compiles the template text using the standard parser and builder classes.
CompressWhitespace - class freemarker.template.utility.CompressWhitespace.
A transform model that compresses each occurrence of consecutive whitespace down to a single space character.
CompressWhitespace() - Constructor for class freemarker.template.utility.CompressWhitespace
Creates new CompressWhitespace
copy(TemplateListModel) - Method in class freemarker.template.SimpleList
Discards the contents of this SimpleList, and copies into it the values from another TemplateListModel.
copyRequest(ServletRequest) - Static method in class freemarker.template.TemplateServletUtils
Deprecated. Copies the parameters from a ServletRequest into an empty data model, in a hash called request.
copyRequest(ServletRequest, TemplateModelRoot) - Static method in class freemarker.template.TemplateServletUtils
Deprecated. Copies the parameters from a ServletRequest into a data model, in a hash called request.

E

elementRemoved(CacheEvent) - Method in interface freemarker.template.CacheListener
Called when an element is removed from the cache.
elementUpdated(CacheEvent) - Method in interface freemarker.template.CacheListener
Called when a cache element updates successfully.
elementUpdateFailed(CacheEvent) - Method in interface freemarker.template.CacheListener
Called when a cache element fails to update.
exec(List) - Method in interface freemarker.template.TemplateMethodModel
Executes a method call.
exec(List) - Method in class freemarker.template.utility.Execute
Executes a method call.
Execute - class freemarker.template.utility.Execute.
Gives FreeMarker the the ability to execute external commands.
Execute() - Constructor for class freemarker.template.utility.Execute
Creates new Execute FreeMarker template

F

FileBinaryCache - class freemarker.template.FileBinaryCache.
A BinaryCache that loads binary files from a filesystem.
FileBinaryCache() - Constructor for class freemarker.template.FileBinaryCache
Constructs an empty FileBinaryCache.
FileBinaryCache(File) - Constructor for class freemarker.template.FileBinaryCache
Constructs a BinaryCache with a directory in which it will look for files.
FileBinaryCache(File, long) - Constructor for class freemarker.template.FileBinaryCache
Constructs a BinaryCache with a directory in which it will look for files, and a delay representing the number of seconds between cache updates.
FileBinaryCache(String) - Constructor for class freemarker.template.FileBinaryCache
Constructs a BinaryCache with a directory in which it will look for files.
FileBinaryCache(String, long) - Constructor for class freemarker.template.FileBinaryCache
Constructs a BinaryCache with a directory in which it will look for files, and a delay representing the number of seconds between cache updates.
FileTemplateCache - class freemarker.template.FileTemplateCache.
A TemplateCache that loads templates from a filesystem.
FileTemplateCache() - Constructor for class freemarker.template.FileTemplateCache
Constructs an empty FileTemplateCache.
FileTemplateCache(File) - Constructor for class freemarker.template.FileTemplateCache
Constructs a TemplateCache with a directory in which it will look for template files.
FileTemplateCache(File, long) - Constructor for class freemarker.template.FileTemplateCache
Constructs a TemplateCache with a directory in which it will look for template files, and a delay representing the number of seconds between cache updates.
FileTemplateCache(String) - Constructor for class freemarker.template.FileTemplateCache
Constructs a TemplateCache with a directory in which it will look for template files.
FileTemplateCache(String, long) - Constructor for class freemarker.template.FileTemplateCache
Constructs a TemplateCache with a directory in which it will look for template files, and a delay representing the number of seconds between cache updates.
fireEvent(EventObject, EventListener) - Method in interface freemarker.template.ListenerAdapter
 
fireEvent(EventObject, ListenerAdapter) - Method in class freemarker.template.GenericEventMulticaster
Fires an event to all the listeners of this multicaster, using a ListenerAdapter.
formatErrorMessage(String) - Static method in class freemarker.template.BinaryData
Used by FreeMarker classes to format an error message as an HTML comment.
formatErrorMessage(String) - Static method in class freemarker.template.Template
Used by FreeMarker classes to format an error message as an HTML comment.
freemarker.template - package freemarker.template
Allows Java servlets and applications to generate HTML pages based on templates, so that graphic design can be kept separate from application logic.
freemarker.template.utility - package freemarker.template.utility
Utility classes that may be used to customise aspects of FreeMarker.
functions - Variable in class freemarker.template.Template
 

G

GenericEventMulticaster - class freemarker.template.GenericEventMulticaster.
A generic event multicaster class.
GenericEventMulticaster() - Constructor for class freemarker.template.GenericEventMulticaster
 
get(int) - Method in class freemarker.template.SimpleList
 
get(int) - Method in interface freemarker.template.TemplateListModel
 
get(String) - Method in interface freemarker.template.TemplateHashModel
Gets a TemplateModel from the hash.
get(String) - Method in class freemarker.template.SimpleHash
 
getAsString() - Method in interface freemarker.template.TemplateScalarModel
Returns the scalar's value as a String.
getAsString() - Method in class freemarker.template.SimpleScalar
 
getBinaryCache() - Method in class freemarker.template.BinaryData
Gets the BinaryCache that this binary data file belongs to.
getBinaryData(String) - Method in class freemarker.template.FileBinaryCache
Gets a binary object from the cache
getBinaryData(String) - Method in interface freemarker.template.BinaryCache
Gets a BinaryData object from the cache.
getDelay() - Method in class freemarker.template.FileTemplateCache
Returns the interval between two cache updates.
getDelay() - Method in class freemarker.template.FileBinaryCache
Returns the interval between two cache updates.
getDirectory() - Method in class freemarker.template.FileTemplateCache
Returns the template cache root directory
getDirectory() - Method in class freemarker.template.FileBinaryCache
Returns the binary cache root directory
getElementName() - Method in class freemarker.template.CacheEvent
 
getEncoding() - Method in class freemarker.template.FileTemplateCache
Returns the character encoding to be used when reading template files.
getException() - Method in class freemarker.template.CacheEvent
 
getFilenameSuffix() - Method in class freemarker.template.FileTemplateCache
Returns the template suffix.
getFilenameSuffix() - Method in class freemarker.template.FileBinaryCache
Returns the file suffix.
getFunction(String) - Method in class freemarker.template.Template
Retrieves a function from the template.
getFunctionNames() - Method in class freemarker.template.Template
 
getLoadingPolicy() - Method in class freemarker.template.FileTemplateCache
Returns the loading policy currently in effect
getLoadingPolicy() - Method in class freemarker.template.FileBinaryCache
Returns the loading policy currently in effect
getName() - Method in class freemarker.template.CacheElement
 
getObject() - Method in class freemarker.template.CacheElement
 
getPath() - Method in class freemarker.template.FileTemplateCache
Returns the template cache root directory
getPath() - Method in class freemarker.template.FileBinaryCache
Returns the binary cache root directory
getShelfLife() - Method in class freemarker.template.SimpleList
 
getStackTrace(Exception) - Static method in class freemarker.template.BinaryData
Used by FreeMarker classes to format a stack trace as a string.
getStackTrace(Exception) - Static method in class freemarker.template.Template
Used by FreeMarker classes to format a stack trace as a string.
getTemplate(String) - Method in class freemarker.template.FileTemplateCache
Gets a template from the cache
getTemplate(String) - Method in interface freemarker.template.TemplateCache
Gets a template from the cache.
getTemplateCache() - Method in class freemarker.template.Template
Gets the TemplateCache that this template belongs to.

H

hash - Variable in class freemarker.template.SimpleHash
 
hasNext() - Method in class freemarker.template.SimpleList
 
hasNext() - Method in interface freemarker.template.TemplateListModel
 
HtmlEscape - class freemarker.template.utility.HtmlEscape.
Performs an HTML escape of a given template fragment.
HtmlEscape() - Constructor for class freemarker.template.utility.HtmlEscape
Creates new HtmlEscape

I

isEmpty() - Method in interface freemarker.template.TemplateModel
 
isEmpty() - Method in class freemarker.template.SimpleList
 
isEmpty() - Method in class freemarker.template.SimpleHash
 
isEmpty() - Method in class freemarker.template.SimpleScalar
 
isEmpty() - Method in class freemarker.template.utility.HtmlEscape
 
isEmpty() - Method in class freemarker.template.utility.LegacyCompress
 
isEmpty() - Method in class freemarker.template.utility.CompressWhitespace
 
isEmpty() - Method in class freemarker.template.utility.XmlEscape
 
isEmpty() - Method in class freemarker.template.utility.Execute
 
isPermanent() - Method in class freemarker.template.SimpleList
 
isRewound() - Method in class freemarker.template.SimpleList
 
isRewound() - Method in interface freemarker.template.TemplateListModel
 
isStale() - Method in class freemarker.template.SimpleList
 

L

lastModified() - Method in class freemarker.template.CacheElement
 
LegacyCompress - class freemarker.template.utility.LegacyCompress.
A re-implementation of the <compress> template instruction as a TemplateTransformModel.
LegacyCompress() - Constructor for class freemarker.template.utility.LegacyCompress
Creates new LegacyCompress
LINE_SEPARATOR - Static variable in class freemarker.template.Template
 
listCachedFiles() - Method in class freemarker.template.FileTemplateCache
Returns a list of cached files
listCachedFiles() - Method in class freemarker.template.FileBinaryCache
Returns a list of cached files
listCachedFiles() - Method in interface freemarker.template.BinaryCache
Returns an iterator over a list of CacheElement instances
listCachedFiles() - Method in interface freemarker.template.TemplateCache
Returns an iterator over a list of CacheElement instances
ListenerAdapter - interface freemarker.template.ListenerAdapter.
An interface for adapters that GenericEventMulticaster can use to fire an event.
listSize() - Method in class freemarker.template.SimpleList
 
LOAD_AD_HOC - Static variable in class freemarker.template.FileTemplateCache
Used with setLoadingPolicy() to indicate that templates are preloaded but there is no automatic updating of them.
LOAD_AD_HOC - Static variable in class freemarker.template.FileBinaryCache
Used with setLoadingPolicy() to indicate that files are preloaded but there is no automatic updating of them.
LOAD_ON_DEMAND - Static variable in class freemarker.template.FileTemplateCache
Used with setLoadingPolicy() to indicate that templates should be loaded as they are requested.
LOAD_ON_DEMAND - Static variable in class freemarker.template.FileBinaryCache
Used with setLoadingPolicy() to indicate that files should be loaded as they are requested.

N

next() - Method in class freemarker.template.SimpleList
 
next() - Method in interface freemarker.template.TemplateListModel
 

P

PRELOAD - Static variable in class freemarker.template.FileTemplateCache
Used with setLoadingPolicy() to indicate that templates should be preloaded.
PRELOAD - Static variable in class freemarker.template.FileBinaryCache
Used with setLoadingPolicy() to indicate that files should be preloaded.
process(OutputStream) - Method in class freemarker.template.BinaryData
Processes the binary data file, and output the resulting binary data to an OutputStream.
process(PrintWriter) - Method in class freemarker.template.Template
Processes the template, using an empty data model, and outputs the resulting HTML to a PrintWriter.
process(TemplateModelRoot, PrintWriter) - Method in interface freemarker.template.TemplateProcessor
Processes the contents of this TemplateProcessor and outputs the resulting text to a PrintWriter.
process(TemplateModelRoot, PrintWriter) - Method in class freemarker.template.Template
Processes the template, using data from a template model, and outputs the resulting HTML to a PrintWriter.
put(String, boolean) - Method in class freemarker.template.SimpleHash
Puts a boolean in the hash, by first wrapping the boolean in a SimpleScalar.
put(String, String) - Method in class freemarker.template.SimpleHash
Puts a string in the hash, by first wrapping the string in a SimpleScalar.
put(String, TemplateModel) - Method in class freemarker.template.SimpleHash
Puts a TemplateModel in the hash.
put(String, TemplateModel) - Method in interface freemarker.template.TemplateModelRoot
Sets a value in the hash model.

R

remove(String) - Method in class freemarker.template.SimpleHash
 
remove(String) - Method in interface freemarker.template.TemplateModelRoot
Removes a key from the hash model.
removeCacheListener(CacheListener) - Method in class freemarker.template.FileTemplateCache
 
removeCacheListener(CacheListener) - Method in class freemarker.template.FileBinaryCache
 
removeCacheListener(CacheListener) - Method in interface freemarker.template.BinaryCache
Unregisters a CacheListener for this BinaryCache.
removeCacheListener(CacheListener) - Method in interface freemarker.template.TemplateCache
Unregisters a CacheListener for this TemplateCache.
removeListener(EventListener) - Method in class freemarker.template.GenericEventMulticaster
 
rewind() - Method in class freemarker.template.SimpleList
 
rewind() - Method in interface freemarker.template.TemplateListModel
Resets the cursor to the beginning of the list.
run() - Method in class freemarker.template.UpdateTimer
 

S

setBinaryCache(BinaryCache) - Method in class freemarker.template.BinaryData
Sets the BinaryCache that this file belongs to.
setDelay(long) - Method in class freemarker.template.FileTemplateCache
Sets the interval between two cache updates.
setDelay(long) - Method in class freemarker.template.UpdateTimer
Sets the update interval
setDelay(long) - Method in class freemarker.template.FileBinaryCache
Sets the interval between two cache updates.
setDirectory(File) - Method in class freemarker.template.FileTemplateCache
Sets the template cache root directory
setDirectory(File) - Method in class freemarker.template.FileBinaryCache
Sets the binary cache root directory
setElementName(String) - Method in class freemarker.template.CacheEvent
 
setEncoding(String) - Method in class freemarker.template.FileTemplateCache
Sets the character encoding to be used when reading template files.
setException(Exception) - Method in class freemarker.template.CacheEvent
 
setFilenameSuffix(String) - Method in class freemarker.template.FileTemplateCache
Sets the template suffix.
setFilenameSuffix(String) - Method in class freemarker.template.FileBinaryCache
Sets the file suffix.
setLoadingPolicy(int) - Method in class freemarker.template.FileTemplateCache
Sets the loading policy for this FileTemplateCache.
setLoadingPolicy(int) - Method in class freemarker.template.FileBinaryCache
Sets the loading policy for this FileBinaryCache.
setPath(String) - Method in class freemarker.template.FileTemplateCache
Sets the template cache root directory
setPath(String) - Method in class freemarker.template.FileBinaryCache
Sets the binary cache root directory
setPermanent() - Method in class freemarker.template.SimpleList
Gives this SimpleList an indefinite shelf life.
setShelfLife(int) - Method in class freemarker.template.SimpleList
Sets the amount of time before this SimpleList will become stale.
setTarget(Updatable) - Method in class freemarker.template.UpdateTimer
Sets the target to be updated
setTemplateCache(TemplateCache) - Method in class freemarker.template.Template
Sets the TemplateCache that this template belongs to.
setValue(boolean) - Method in class freemarker.template.SimpleScalar
Sets the boolean value of this SimpleScalar.
setValue(String) - Method in class freemarker.template.SimpleScalar
Sets the string value of this SimpleScalar.
SimpleHash - class freemarker.template.SimpleHash.
A simple implementation of the TemplateHashModel and TemplateModelRoot interfaces, using a HashMap.
SimpleHash() - Constructor for class freemarker.template.SimpleHash
Constructs an empty SimpleHash.
SimpleHash(AbstractMap) - Constructor for class freemarker.template.SimpleHash
Constructs a SimpleHash from the given AbstractMap
SimpleList - class freemarker.template.SimpleList.
A simple implementation of the TemplateListModel interface, using a LinkedList.
SimpleList() - Constructor for class freemarker.template.SimpleList
Constructs an empty SimpleList with an indefinite shelf life.
SimpleList(LinkedList) - Constructor for class freemarker.template.SimpleList
Constructs a SimpleList from the given LinkedList with an idenfinite shelf life.
SimpleList(TemplateListModel) - Constructor for class freemarker.template.SimpleList
Constructs a SimpleList, copying into it the values from another TemplateListModel.
SimpleList(TemplateModel[]) - Constructor for class freemarker.template.SimpleList
Constructs a SimpleList from the given Array of TemplateModels
SimpleScalar - class freemarker.template.SimpleScalar.
A simple implementation of the TemplateScalarModel interface, using a String.
SimpleScalar() - Constructor for class freemarker.template.SimpleScalar
Constructs an empty SimpleScalar.
SimpleScalar(boolean) - Constructor for class freemarker.template.SimpleScalar
Constructs a SimpleScalar containing a boolean value.
SimpleScalar(String) - Constructor for class freemarker.template.SimpleScalar
Constructs a SimpleScalar containing a string value.
startAutoUpdate() - Method in class freemarker.template.FileTemplateCache
 
startAutoUpdate() - Method in class freemarker.template.FileBinaryCache
 
startAutoUpdate() - Method in interface freemarker.template.BinaryCache
Deprecated.  
startAutoUpdate() - Method in interface freemarker.template.TemplateCache
Deprecated.  
startTiming() - Method in class freemarker.template.UpdateTimer
Begins periodic automatic updates of the target.
stopAutoUpdate() - Method in class freemarker.template.FileTemplateCache
 
stopAutoUpdate() - Method in class freemarker.template.FileBinaryCache
 
stopAutoUpdate() - Method in interface freemarker.template.BinaryCache
Deprecated.  
stopAutoUpdate() - Method in interface freemarker.template.TemplateCache
Deprecated.  
stopTiming() - Method in class freemarker.template.UpdateTimer
Stops automatically updating the target.

T

Template - class freemarker.template.Template.
An application or servlet can instantiate a subclass of Template to compile and process an HTML template.
Template() - Constructor for class freemarker.template.Template
Constructs an empty template.
Template(File) - Constructor for class freemarker.template.Template
Constructs a template by compiling it from a file.
Template(InputStream) - Constructor for class freemarker.template.Template
Constructs a template by compiling it from an InputStream.
Template(Reader) - Constructor for class freemarker.template.Template
Constructs a template by compiling it from an Reader.
Template(String) - Constructor for class freemarker.template.Template
Constructs a template by compiling it from a file.
TemplateCache - interface freemarker.template.TemplateCache.
An interface for self-updating caches of compiled Templates.
TemplateException - exception freemarker.template.TemplateException.
The FreeMarker classes use this exception internally.
TemplateException() - Constructor for class freemarker.template.TemplateException
 
TemplateException(String) - Constructor for class freemarker.template.TemplateException
 
TemplateHashModel - interface freemarker.template.TemplateHashModel.
Hashes in a template data model must implement this interface.
TemplateListModel - interface freemarker.template.TemplateListModel.
List values in a template data model must implement this interface, which is essentially the Iterator interface plus a rewind() method that allows the list to be read again.
TemplateMethodModel - interface freemarker.template.TemplateMethodModel.
Method calls in a template data model must implement this interface.
TemplateModel - interface freemarker.template.TemplateModel.
A template's data model must be a tree of objects, each of which implements a subinterface of TemplateModel.
TemplateModelException - exception freemarker.template.TemplateModelException.
Template model classes should throw this exception if requested data cannot be retrieved.
TemplateModelException() - Constructor for class freemarker.template.TemplateModelException
Constructs a TemplateModelException with no specified detail message.
TemplateModelException(String) - Constructor for class freemarker.template.TemplateModelException
Constructs a TemplateModelException with the specified detail message.
TemplateModelRoot - interface freemarker.template.TemplateModelRoot.
The root node of a template data model must implement this interface.
TemplateProcessor - interface freemarker.template.TemplateProcessor.
Objects representing compiled templates must implement this interface.
TemplateScalarModel - interface freemarker.template.TemplateScalarModel.
Scalar values in a template data model must implement this interface.
TemplateServletUtils - class freemarker.template.TemplateServletUtils.
Deprecated. Use the classes in the org.szegedi.expose.servlet package instead.
TemplateServletUtils() - Constructor for class freemarker.template.TemplateServletUtils
Deprecated.  
TemplateTransformModel - interface freemarker.template.TemplateTransformModel.
Transformations in a template data model must implement this interface.
toString() - Method in class freemarker.template.SimpleHash
 
transform(Reader, PrintWriter) - Method in interface freemarker.template.TemplateTransformModel
Performs a transformation/filter on FreeMarker output.
transform(Reader, PrintWriter) - Method in class freemarker.template.utility.HtmlEscape
Transforms an HTML-unescaped stream into HTML-escaped form.
transform(Reader, PrintWriter) - Method in class freemarker.template.utility.LegacyCompress
Re-implementation of the <compress> FreeMarker tag.
transform(Reader, PrintWriter) - Method in class freemarker.template.utility.CompressWhitespace
Compresses whitespace within the marked portion of a FreeMarker template.
transform(Reader, PrintWriter) - Method in class freemarker.template.utility.XmlEscape
Transforms an XML-unescaped stream into XML-escaped form.

U

Updatable - interface freemarker.template.Updatable.
An interface for objects that need to be reminded to update themselves from time to time.
update() - Method in interface freemarker.template.Updatable
Asks for a "blank" update.
update() - Method in class freemarker.template.FileTemplateCache
Updates the cache.
update() - Method in class freemarker.template.FileBinaryCache
Updates the cache.
update(String) - Method in interface freemarker.template.Updatable
Asks for the named object to be updated
update(String) - Method in class freemarker.template.FileTemplateCache
Update a named template if in the LOAD_AD_HOC mode Do nothing if in other modes
update(String) - Method in class freemarker.template.FileBinaryCache
Update a named binary object if in the LOAD_AD_HOC mode Do nothing if in other modes
UpdateTimer - class freemarker.template.UpdateTimer.
A timer for objects that implement Updatable.
UpdateTimer() - Constructor for class freemarker.template.UpdateTimer
 
UpdateTimer(Updatable, long) - Constructor for class freemarker.template.UpdateTimer
Constructs the timer with the update target and update interval
useBoolean - Variable in class freemarker.template.SimpleScalar
 

V

value - Variable in class freemarker.template.SimpleScalar
 

X

XmlEscape - class freemarker.template.utility.XmlEscape.
Performs an XML escape of a given template fragment.
XmlEscape() - Constructor for class freemarker.template.utility.XmlEscape
Creates new XmlEscape

A B C E F G H I L N P R S T U V X