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 SummaryConstructorsConstructorDescriptionJspModelBody(jakarta.servlet.jsp.tagext.JspFragment jspFragment, jakarta.servlet.jsp.JspContext jspContext) Constructor.
- 
Method SummaryMethods inherited from class org.apache.tiles.autotag.core.runtime.AbstractModelBodyevaluate, evaluateAsString, evaluateWithoutWriting
- 
Constructor Details- 
JspModelBodypublic JspModelBody(jakarta.servlet.jsp.tagext.JspFragment jspFragment, jakarta.servlet.jsp.JspContext jspContext) Constructor.- Parameters:
- jspFragment- The real body.
- jspContext- The page context.
 
 
- 
- 
Method Details- 
evaluateDescription copied from interface:ModelBodyEvaluates the body and writes the result in the writer.- Parameters:
- writer- The writer to write the result into.
- Throws:
- IOException- If something goes wrong.
 
 
-