|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| Interface Summary | |
|---|---|
| TemplateCachingHints | TemplateCachingHints is used to indicate to the templating
rendering mechanism whether the compiled template data should be cached and
for how long. |
| TemplateCompilerHints | TemplateCompilerHints is used to indicate to the underlying
templating compiler mechanism information about how it should compile the
templaet data. |
| TemplateDataSource | TemplateDataSource is used to return template source data and
encoding information for this data. |
| TemplateTextSubstitution | This interface is used substitue named "text tags" in the template markup with variable Strings. |
| Class Summary | |
|---|---|
| AbstractTemplateDataSource | A base class for TemplateDataSource implementations. |
| FileTemplateDataSource | FileTemplateDataSource takes it template
data from a File. |
| JspTemplateDataSource | JspTemplateDataSource takes it template
data from a JSP include path. |
| ResourceTemplateDataSource | ResourceTemplateDataSource takes it template data from a Class
Resource |
| SimpleTemplateCachingHints | SimpleTemplateCachingHints is used to indicate to the
templating rendering mechanism whether the compiled template data should be
cached and for how long. |
| SimpleTemplateCompilerHints | SimpleTemplateCompilerHints by default sets all boolean
properties to false except for namespaceAware which is set to
true. |
| SimpleTemplateTextSubstitution | The class SimpleTemplateTextSubstitution is a simple implementation
of TemplateTextSubstitution that uses a HashMap to substitute named
string values. |
| StringTemplateDataSource | StringTemplateDataSource takes it template
data from a String object. |
|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||