java.lang.ObjectThe TemplateEngineManager will return a template engine for the templateorg.apache.struts2.components.template.TemplateEngineManager
| Nested Class Summary: | ||
|---|---|---|
| interface | TemplateEngineManager.EngineFactory | Abstracts loading of the template engine |
| class | TemplateEngineManager.LazyEngineFactory | Allows the template engine to be loaded at request time, so that engines that are missing dependencies aren't accessed if never used. |
| Field Summary | ||
|---|---|---|
| public static final String | DEFAULT_TEMPLATE_TYPE_CONFIG_KEY | |
| public static final String | DEFAULT_TEMPLATE_TYPE | The default template extenstion is ftl. |
| Map<String, EngineFactory> | templateEngines | |
| Container | container | |
| String | defaultTemplateType | |
| Method from org.apache.struts2.components.template.TemplateEngineManager Summary: |
|---|
| getTemplateEngine, registerTemplateEngine, setContainer, setDefaultTemplateType |
| Methods from java.lang.Object: |
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.apache.struts2.components.template.TemplateEngineManager Detail: |
|---|
|
|
|
|