| Frames | No Frames |
Constructors with parameter type freemarker.template.Configuration | |
This is equivalent to Template(name, reader, cfg, null)
| |
Constructs a template from a character stream. | |
Methods with parameter type freemarker.template.Configuration | |
| Template | Returns a trivial template, one that is just a single block of
plain text, no dynamic content. |
| void | Sets the Configuration object that will be retrieved from future calls
to getDefaultConfiguration(). |
Methods with return type freemarker.template.Configuration | |
| Configuration | Returns the Configuration object associated with this template. |
| Configuration | Returns the default (singleton) Configuration object. |
Methods with return type freemarker.template.Configuration | |
| Configuration | This method is called from init() to create the
FreeMarker configuration object that this servlet will use
for template loading. |
| Configuration | Returns the Configuration object used by this servlet. |
Methods with parameter type freemarker.template.Configuration | |
| void | Sets the configuration object to which this cache belongs. |
Methods with return type freemarker.template.Configuration | |
| Configuration | |