|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ModelBody
Abstracts a tag/directive body.
Method Summary | |
---|---|
void |
evaluate()
Evaluates the body and writes in the default writer. |
void |
evaluate(Writer writer)
Evaluates the body and writes the result in the writer. |
String |
evaluateAsString()
Evaluates a body and returns it as a string. |
void |
evaluateWithoutWriting()
Evaluates a body, but discards result. |
Method Detail |
---|
String evaluateAsString() throws IOException
IOException
- If something goes wrong.void evaluateWithoutWriting() throws IOException
IOException
- If something goes wrong.void evaluate() throws IOException
IOException
- If something goes wrong.void evaluate(Writer writer) throws IOException
writer
- The writer to write the result into.
IOException
- If something goes wrong.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |