|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Writer
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 |
|---|
void setWrite(String t)
throws JspTagException
JspTagException
void setEscape(String e)
throws JspTagException
JspTagExceptionvoid setJspvar(String j)
void setVartype(String t)
throws JspTagException
JspTagException
Object getWriterValue()
throws JspTagException
JspTagException
void haveBody()
throws JspTagException
JspTagException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||