Class JspTemplateEngine
java.lang.Object
org.apache.struts2.components.template.BaseTemplateEngine
org.apache.struts2.components.template.JspTemplateEngine
- All Implemented Interfaces:
- TemplateEngine
JSP based template engine.
- 
Field SummaryFields inherited from class org.apache.struts2.components.template.BaseTemplateEngineDEFAULT_THEME_PROPERTIES_FILE_NAME
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected StringvoidrenderTemplate(TemplateRenderingContext templateContext) Renders the templatevoidsetEncoding(String encoding) Methods inherited from class org.apache.struts2.components.template.BaseTemplateEnginegetFinalTemplateName, getThemePropertiesFileName, getThemeProps
- 
Constructor Details- 
JspTemplateEnginepublic JspTemplateEngine()
 
- 
- 
Method Details- 
setEncoding
- 
renderTemplateDescription copied from interface:TemplateEngineRenders the template- Parameters:
- templateContext- context for the given template.
- Throws:
- Exception- is thrown if there is a failure when rendering.
 
- 
getSuffix- Specified by:
- getSuffixin class- BaseTemplateEngine
 
 
-