com.opensymphony.webwork.components.template
Class TemplateRenderingContext

java.lang.Object
  extended by com.opensymphony.webwork.components.template.TemplateRenderingContext

public class TemplateRenderingContext
extends Object

Context used when rendering templates.

Author:
jcarreira

Constructor Summary
TemplateRenderingContext(Template template, Writer writer, OgnlValueStack stack, Map params, UIBean tag)
          Constructor
 
Method Summary
 Map getParameters()
           
 OgnlValueStack getStack()
           
 UIBean getTag()
           
 Template getTemplate()
           
 Writer getWriter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplateRenderingContext

public TemplateRenderingContext(Template template,
                                Writer writer,
                                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.
Method Detail

getTemplate

public Template getTemplate()

getStack

public OgnlValueStack getStack()

getParameters

public Map getParameters()

getTag

public UIBean getTag()

getWriter

public Writer getWriter()

WebWork Project Page