Class JspModelBody
java.lang.Object
org.apache.tiles.autotag.core.runtime.AbstractModelBody
org.apache.tiles.request.jsp.autotag.JspModelBody
- All Implemented Interfaces:
ModelBody
The body abstraction in a JSP tag.
-
Constructor Summary
ConstructorsConstructorDescriptionJspModelBody
(jakarta.servlet.jsp.tagext.JspFragment jspFragment, jakarta.servlet.jsp.JspContext jspContext) Constructor. -
Method Summary
Methods inherited from class org.apache.tiles.autotag.core.runtime.AbstractModelBody
evaluate, evaluateAsString, evaluateWithoutWriting
-
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
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.
-