|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Writer tag are tags which can write something to the page (or to something else). To ensure a common behavior, this interface is created. Tags implementing this interface can (should?) use 'WriterHelper' for a quick implementation.
| Method Summary | |
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. |
| Method Detail |
public void setWrite(String t)
throws JspTagException
JspTagException
public void setEscape(String e)
throws JspTagException
JspTagExceptionpublic void setJspvar(String j)
public void setVartype(String t)
throws JspTagException
JspTagException
public Object getWriterValue()
throws JspTagException
JspTagException
public void haveBody()
throws JspTagException
JspTagException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||