|
|||||||||||
| 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.AbstractTag
AbstractTag.java Company MoreData
| Field Summary | |
protected java.lang.String |
uri
URI da pagina que fez o pedido. |
| 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 | |
AbstractTag()
Creates a new instance of AbstractTag |
|
| 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(). |
void |
doFinally()
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag. |
protected javax.servlet.jsp.tagext.TagSupport |
getAncestor(java.lang.String className)
Convenience method for finding ancestor names with a specific class name. |
protected static javax.servlet.jsp.tagext.TagSupport |
getAncestor(javax.servlet.jsp.tagext.Tag childTag,
java.lang.String parentTagClassName)
Convenience method for finding ancestor names with a specific class name. |
protected java.lang.String |
getUri()
Le e devolve o uri da pagina. |
protected java.lang.Object |
getVarFromJspPage(java.lang.String varName)
Devolve um objecto de uma pagina dado o nome do objecto. |
protected void |
readUri()
Le o uri da pagina. |
protected void |
setVarInJspPage(java.lang.String varName,
java.lang.Object var)
|
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, doEndTag, doStartTag, 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 |
| Field Detail |
protected java.lang.String uri
| Constructor Detail |
public AbstractTag()
| Method Detail |
protected java.lang.Object getVarFromJspPage(java.lang.String varName)
throws javax.servlet.jsp.JspTagException
varName - O nome da variavel.
javax.servlet.jsp.JspTagException - Se o objecto nao for encontrado.
protected void setVarInJspPage(java.lang.String varName,
java.lang.Object var)
protected javax.servlet.jsp.tagext.TagSupport getAncestor(java.lang.String className)
throws javax.servlet.jsp.JspTagException
javax.servlet.jsp.JspTagException
protected static javax.servlet.jsp.tagext.TagSupport getAncestor(javax.servlet.jsp.tagext.Tag childTag,
java.lang.String parentTagClassName)
throws javax.servlet.jsp.JspTagException
parentTagClassName - Nome da classe antecessora.
javax.servlet.jsp.JspTagExceptionprotected void readUri()
protected java.lang.String getUri()
public void doCatch(java.lang.Throwable t)
throws java.lang.Throwable
doCatch in interface javax.servlet.jsp.tagext.TryCatchFinallyt - - 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()
doFinally in interface javax.servlet.jsp.tagext.TryCatchFinally
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||