Class TemplateRenderingContext

java.lang.Object
org.apache.struts2.components.template.TemplateRenderingContext

public class TemplateRenderingContext extends Object
Context used when rendering templates.
  • Constructor Details

    • TemplateRenderingContext

      public TemplateRenderingContext(Template template, Writer writer, ValueStack stack, Map<String,Object> 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 Details