|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | 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 | |
java.lang.Object |
getWriterValue()
Subtags of 'Writer' tag can request the value. |
void |
haveBody()
To be used by child tags. |
void |
setJspvar(java.lang.String j)
JspVar to Create, and write to |
void |
setVartype(java.lang.String t)
Type of the jspvar. |
void |
setWrite(java.lang.String t)
Wether to write to page or not. |
| Method Detail |
public void setWrite(java.lang.String t)
throws javax.servlet.jsp.JspTagException
public void setJspvar(java.lang.String j)
public void setVartype(java.lang.String t)
throws javax.servlet.jsp.JspTagException
public java.lang.Object getWriterValue()
throws javax.servlet.jsp.JspTagException
public void haveBody()
throws javax.servlet.jsp.JspTagException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||