public TemplateRenderingContext(Template template, Writer writer, com.opensymphony.xwork2.util.ValueStack stack, Map params, org.apache.struts2.components.UIBean tag)Constructor
this.template = template;
this.writer = writer;
this.stack = stack;
this.parameters = params;
this.tag = tag;
|