org.apache.struts2.components.template
Class TemplateRenderingContext
java.lang.Object
org.apache.struts2.components.template.TemplateRenderingContext
public class TemplateRenderingContext
- extends Object
Context used when rendering templates.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
template
Template template
stack
ValueStack stack
parameters
Map parameters
tag
UIBean tag
writer
Writer writer
TemplateRenderingContext
public TemplateRenderingContext(Template template,
Writer writer,
ValueStack stack,
Map params,
UIBean tag)
- Constructor
- Parameters:
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 ValueStack getStack()
getParameters
public Map getParameters()
getTag
public UIBean getTag()
getWriter
public Writer getWriter()
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.