|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
pt.moredata.taglibs.content.HideContentTag
Tag for hide a section of code in a jsp page. The content is hide or displayed qith the help of a link, without any submission of the page. Company MoreData
| Field Summary |
| Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
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 | |
HideContentTag()
|
|
| Method Summary | |
void |
doCatch(java.lang.Throwable t)
Invoked if a Throwable occurs while evaluating the BODY inside a tag or in any of the following methods: Tag.doStartTag(), Tag.doEndTag(), IterationTag.doAfterBody() and BodyTag.doInitBody(). |
int |
doEndTag()
Processa o fim da tag. |
void |
doFinally()
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag. |
int |
doStartTag()
Processa o inicio da tag. |
protected void |
printJavaScriptAtBegin()
Imprime codigo em javascript, depois do fim da tag. |
void |
setClose(java.lang.String close)
Setter for property close. |
void |
setId(java.lang.String id)
Setter for property id. |
void |
setInitialState(java.lang.String initialState)
Setter for property initialState. |
void |
setOpen(java.lang.String open)
Setter for property open. |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setPageContext, setParent, setValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public HideContentTag()
| Method Detail |
protected void printJavaScriptAtBegin()
throws java.io.IOException
java.io.IOException
public int doStartTag()
throws javax.servlet.jsp.JspTagException
javax.servlet.jsp.JspTagException
public int doEndTag()
throws javax.servlet.jsp.JspTagException
javax.servlet.jsp.JspTagException
public void doCatch(java.lang.Throwable t)
throws java.lang.Throwable
t - - The throwable exception navigating through this tag.
java.lang.Throwable - - if the exception is to be rethrown further
up the nest chain.public void doFinally()
public void setId(java.lang.String id)
id - New value of property id.public void setInitialState(java.lang.String initialState)
initialState - New value of property initialState.public void setOpen(java.lang.String open)
open - New value of property open.public void setClose(java.lang.String close)
close - New value of property close.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||