|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts2.components.template.BaseTemplateEngine
org.apache.struts2.components.template.JspTemplateEngine
public class JspTemplateEngine
JSP based template engine.
Field Summary |
---|
Fields inherited from class org.apache.struts2.components.template.BaseTemplateEngine |
---|
DEFAULT_THEME_PROPERTIES_FILE_NAME |
Constructor Summary | |
---|---|
JspTemplateEngine()
|
Method Summary | |
---|---|
protected java.lang.String |
getSuffix()
|
void |
renderTemplate(TemplateRenderingContext templateContext)
Renders the template |
void |
setEncoding(java.lang.String encoding)
|
Methods inherited from class org.apache.struts2.components.template.BaseTemplateEngine |
---|
getFinalTemplateName, getThemePropertiesFileName, getThemeProps |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JspTemplateEngine()
Method Detail |
---|
public void setEncoding(java.lang.String encoding)
public void renderTemplate(TemplateRenderingContext templateContext) throws java.lang.Exception
TemplateEngine
templateContext
- context for the given template.
java.lang.Exception
- is thrown if there is a failure when rendering.protected java.lang.String getSuffix()
getSuffix
in class BaseTemplateEngine
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |