com.opensymphony.webwork.components.template
Class TemplateRenderingContext
java.lang.Object
com.opensymphony.webwork.components.template.TemplateRenderingContext
public class TemplateRenderingContext
- extends Object
Context used when rendering templates.
- Author:
- jcarreira
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TemplateRenderingContext
public TemplateRenderingContext(Template template,
Writer writer,
com.opensymphony.xwork.util.OgnlValueStack 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 com.opensymphony.xwork.util.OgnlValueStack getStack()
getParameters
public Map getParameters()
getTag
public UIBean getTag()
getWriter
public Writer getWriter()
Copyright © 2013 OpenSymphony. All Rights Reserved.