Class JspModelBody

java.lang.Object
org.apache.tiles.autotag.core.runtime.AbstractModelBody
org.apache.tiles.request.jsp.autotag.JspModelBody
All Implemented Interfaces:
ModelBody

public class JspModelBody extends AbstractModelBody
The body abstraction in a JSP tag.
  • Constructor Details

    • JspModelBody

      public JspModelBody(jakarta.servlet.jsp.tagext.JspFragment jspFragment, jakarta.servlet.jsp.JspContext jspContext)
      Constructor.
      Parameters:
      jspFragment - The real body.
      jspContext - The page context.
  • Method Details

    • evaluate

      public void evaluate(Writer writer) throws IOException
      Description copied from interface: ModelBody
      Evaluates the body and writes the result in the writer.
      Parameters:
      writer - The writer to write the result into.
      Throws:
      IOException - If something goes wrong.