|
|||||||||||
| 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.HideContentControllTag
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 | |
HideContentControllTag()
|
|
| 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 |
setHideImage(java.lang.String hideImage)
Setter for property hideImage. |
void |
setHideText(java.lang.String hideText)
Setter for property hideText. |
void |
setId(java.lang.String id)
Setter for property id. |
void |
setShowImage(java.lang.String showImage)
Setter for property showImage. |
void |
setShowText(java.lang.String showText)
Setter for property showText. |
| 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 HideContentControllTag()
| 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 setShowImage(java.lang.String showImage)
showImage - New value of property showImage.public void setHideImage(java.lang.String hideImage)
hideImage - New value of property hideImage.public void setShowText(java.lang.String showText)
showText - New value of property showText.public void setHideText(java.lang.String hideText)
hideText - New value of property hideText.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||