org.apache.struts2.components.template
类 TemplateRenderingContext
java.lang.Object
org.apache.struts2.components.template.TemplateRenderingContext
public class TemplateRenderingContext
- extends Object
Context used when rendering templates.
TemplateRenderingContext
public TemplateRenderingContext(Template template,
Writer writer,
com.opensymphony.xwork2.util.ValueStack stack,
Map params,
UIBean tag)
- Constructor
- 参数:
template
- the template.writer
- the writer.stack
- OGNL value stack.params
- parameters to this template.tag
- the tag UI component.
getTemplate
public Template getTemplate()
getStack
public com.opensymphony.xwork2.util.ValueStack getStack()
getParameters
public Map getParameters()
getTag
public UIBean getTag()
getWriter
public Writer getWriter()