A B C D E F G I L O P R S T U W _
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- asciiToBytes(String) - Static method in class org.avaje.freemarker.util.EncodeUtil
-
Returns the bytes corresponding to the specified ASCII string.
B
- build() - Method in class org.avaje.freemarker.ConfigurationBuilder
- bytesToAscii(byte[]) - Static method in class org.avaje.freemarker.util.EncodeUtil
-
Returns the ASCII string corresponding to the specified bytes.
- bytesToUtf8(byte[]) - Static method in class org.avaje.freemarker.util.EncodeUtil
-
Returns the UTF-8 string corresponding to the specified bytes.
C
- closeTemplateSource(Object) - Method in class org.avaje.freemarker.layout.InheritLayoutTemplateLoader
- ConfigurationBuilder - Class in org.avaje.freemarker
-
Bean used to build a Freemarker Configuration object.
- ConfigurationBuilder() - Constructor for class org.avaje.freemarker.ConfigurationBuilder
- ContentFilter - Interface in org.avaje.freemarker.layout
-
A filter that can be applied to the content after layout inheritance etc.
- createWebappLoader(ServletContext, String) - Static method in class org.avaje.freemarker.layout.InheritLayoutTemplateLoader
-
Create a WebappTemplateLoader loader and wrap it with inheritance layout handling.
- createWebappLoader(ServletContext, String, ContentFilter) - Static method in class org.avaje.freemarker.layout.InheritLayoutTemplateLoader
-
Create a TemplateLoader additionally specifying a ContentFilter.
D
- decodeBytes(byte[], String) - Static method in class org.avaje.freemarker.util.EncodeUtil
-
Returns the UTF-8 string corresponding to the specified bytes.
E
- EncodeUtil - Class in org.avaje.freemarker.util
-
Utilities for encoding and decoding strings.
F
- filter(String) - Method in interface org.avaje.freemarker.layout.ContentFilter
-
Apply a filter to the content.
- findTemplateSource(String) - Method in class org.avaje.freemarker.layout.InheritLayoutTemplateLoader
G
- getEncoding() - Method in class org.avaje.freemarker.ConfigurationBuilder
- getLastModified(Object) - Method in class org.avaje.freemarker.layout.InheritLayoutTemplateLoader
- getReader(Object, String) - Method in class org.avaje.freemarker.layout.InheritLayoutTemplateLoader
- getSource(String, String) - Method in interface org.avaje.freemarker.layout.RawTemplateSource
- getTemplateLoader() - Method in class org.avaje.freemarker.ConfigurationBuilder
- getTemplateUpdateDelay() - Method in class org.avaje.freemarker.ConfigurationBuilder
- getWrapper() - Method in class org.avaje.freemarker.ConfigurationBuilder
I
- InheritLayoutTemplateLoader - Class in org.avaje.freemarker.layout
-
Simple layout inheritance wrapper for a TemplateLoader.
- InheritLayoutTemplateLoader(TemplateLoader, ContentFilter) - Constructor for class org.avaje.freemarker.layout.InheritLayoutTemplateLoader
-
Create wrapping a TemplateLoader.
- IOUtil - Class in org.avaje.freemarker.util
-
IO utilities.
- isLocalizedLookup() - Method in class org.avaje.freemarker.ConfigurationBuilder
- isUseExceptionHandler() - Method in class org.avaje.freemarker.ConfigurationBuilder
L
- layoutBodyTag - Static variable in interface org.avaje.freemarker.layout.Tags
O
- org.avaje.freemarker - package org.avaje.freemarker
- org.avaje.freemarker.layout - package org.avaje.freemarker.layout
- org.avaje.freemarker.util - package org.avaje.freemarker.util
P
- pump(InputStream, OutputStream) - Static method in class org.avaje.freemarker.util.IOUtil
-
Reads data from the specified input stream and copies it to the specified output stream, until the input stream is at EOF.
R
- RawTemplateSource - Interface in org.avaje.freemarker.layout
- read(InputStream) - Static method in class org.avaje.freemarker.util.IOUtil
-
Reads the entire contents of the specified input stream and returns them as a byte array.
- read(Reader) - Static method in class org.avaje.freemarker.util.IOUtil
- readAscii(InputStream) - Static method in class org.avaje.freemarker.util.IOUtil
-
Reads the entire contents of the specified input stream and returns them as an ASCII string.
- readEncoded(InputStream, String) - Static method in class org.avaje.freemarker.util.IOUtil
-
Reads the entire contents of the specified input stream and returns them as a string using the encoding supplied.
- readUtf8(InputStream) - Static method in class org.avaje.freemarker.util.IOUtil
-
Reads the entire contents of the specified input stream and returns them as UTF-8 string.
- readUTF8(InputStream) - Static method in class org.avaje.freemarker.util.IOUtil
S
- setEncoding(String) - Method in class org.avaje.freemarker.ConfigurationBuilder
- setLocalizedLookup(boolean) - Method in class org.avaje.freemarker.ConfigurationBuilder
- setTemplateLoader(TemplateLoader) - Method in class org.avaje.freemarker.ConfigurationBuilder
- setTemplateUpdateDelay(int) - Method in class org.avaje.freemarker.ConfigurationBuilder
- setUseExceptionHandler(boolean) - Method in class org.avaje.freemarker.ConfigurationBuilder
- setWrapper(ObjectWrapper) - Method in class org.avaje.freemarker.ConfigurationBuilder
T
- Tags - Interface in org.avaje.freemarker.layout
U
- urlDecode(String) - Static method in class org.avaje.freemarker.util.EncodeUtil
-
URL-decodes the specified string as a UTF-8 string.
- urlEncode(String) - Static method in class org.avaje.freemarker.util.EncodeUtil
-
URL-encodes the specified UTF-8 string.
- utf8ToBytes(String) - Static method in class org.avaje.freemarker.util.EncodeUtil
-
Returns the bytes corresponding to the specified UTF-8 string.
W
- wrap(TemplateLoader, ContentFilter) - Static method in class org.avaje.freemarker.layout.InheritLayoutTemplateLoader
-
Wrap a TemplateLoader with inheritance layout handling.
_
- _END_TAG - Static variable in interface org.avaje.freemarker.layout.Tags
- _HEAD - Static variable in interface org.avaje.freemarker.layout.Tags
- _HEAD_END - Static variable in interface org.avaje.freemarker.layout.Tags
All Classes All Packages