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