|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
com.ivata.mask.web.tag.format.AddFormatTag
Add a format to an HTMLFormatter.
com.ivata.groupware.web.format.HTMLFormatter#add,
Serialized Form| Field Summary |
| Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id, pageContext |
| Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
EVAL_BODY_AGAIN |
| Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
| Constructor Summary | |
AddFormatTag()
|
|
| Method Summary | |
int |
doStartTag()
This method is called when the JSP engine encounters the start tag, after the attributes are processed. |
void |
setFormat(HTMLFormat formatParam)
Set the HTMLFormat
object which should be added to the formatter. |
void |
setFormatter(HTMLFormatter formatterParam)
Set the HTMLFormatter
object which actually does all the hard work. |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AddFormatTag()
| Method Detail |
public int doStartTag()
This method is called when the JSP engine encounters the start tag, after the attributes are processed.
Scripting variables (if any) have their values set here.
SKIP_BODY since this tag has no body.public void setFormat(HTMLFormat formatParam)
Set the HTMLFormat
object which should be added to the formatter.
formatParam - HTMLFormat to be added to the formatter.public void setFormatter(HTMLFormatter formatterParam)
Set the HTMLFormatter
object which actually does all the hard work. We just wrap
HTMLFormatter.addFormat in a JSP tag.
formatterParam - HTMLFormatter to add a new format to.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||