public interface Writer
WriterHelper
for a quick implementation.| Modifier and Type | Method and Description |
|---|---|
Object |
getWriterValue()
Subtags of 'Writer' tag can request the value.
|
void |
haveBody()
To be used by child tags.
|
void |
setEscape(String e)
(Override) escape behaviour
|
void |
setJspvar(String j)
JspVar to Create, and write to
|
void |
setVartype(String t)
Type of the jspvar.
|
void |
setWrite(String t)
Wether to write to page or not.
|
void setWrite(String t) throws javax.servlet.jsp.JspTagException
javax.servlet.jsp.JspTagExceptionvoid setEscape(String e) throws javax.servlet.jsp.JspTagException
javax.servlet.jsp.JspTagExceptionvoid setJspvar(String j)
void setVartype(String t) throws javax.servlet.jsp.JspTagException
javax.servlet.jsp.JspTagExceptionObject getWriterValue() throws javax.servlet.jsp.JspTagException
javax.servlet.jsp.JspTagExceptionvoid haveBody()
throws javax.servlet.jsp.JspTagException
javax.servlet.jsp.JspTagExceptionMMBase 1.9-SNAPSHOT - ${javadoctimestamp}