public class JspModelBody extends AbstractModelBody
Constructor and Description |
---|
JspModelBody(javax.servlet.jsp.tagext.JspFragment jspFragment,
javax.servlet.jsp.JspContext jspContext)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
evaluate(Writer writer)
Evaluates the body and writes the result in the writer.
|
evaluate, evaluateAsString, evaluateWithoutWriting
public JspModelBody(javax.servlet.jsp.tagext.JspFragment jspFragment, javax.servlet.jsp.JspContext jspContext)
jspFragment
- The real body.jspContext
- The page context.public void evaluate(Writer writer) throws IOException
ModelBody
writer
- The writer to write the result into.IOException
- If something goes wrong.Copyright © 2000–2024 Apache Software Foundation. All rights reserved.