|
|||||||||||
| 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.filter.FilterButtonTag
FilterButtonTag.java Company MoreData
| Field Summary | |
static java.lang.String |
CONTROLLER_SERVLET
Nome da servlet do controlador que altera quais as colunas que estam visiveis. |
static java.lang.String |
POOL_KEY
Chave usada para guardar uma pool de filtros para um conjunto de paginas. |
| 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 | |
FilterButtonTag()
|
|
| 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. |
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. |
FilterPool |
getFilterPool()
Vai buscar a sessao a pool de filtros de sta tag. |
static FilterPool |
getFilterPool(javax.servlet.http.HttpSession session,
java.lang.String key)
Vai buscar a sessao a pool de filtros. |
FilterSet |
getFilterSet()
Devolve o conjunto de filtros desta tag. |
static FilterSet |
getFilterSet(javax.servlet.http.HttpSession session,
java.lang.String key)
Devolve o conjunto de filtros de uma determinada tag. |
java.lang.String |
getKey()
Getter for property key. |
void |
setDisabled(boolean disabled)
Setter for property disabled. |
void |
setDisabled(java.lang.String disabled)
Setter for property disabled. |
void |
setImg(java.lang.String img)
Setter for property img. |
void |
setName(java.lang.String name)
Setter for property name. |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, 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 |
public static java.lang.String POOL_KEY
public static final java.lang.String CONTROLLER_SERVLET
| Constructor Detail |
public FilterButtonTag()
| Method Detail |
public static javax.servlet.jsp.tagext.TagSupport getAncestor(javax.servlet.jsp.tagext.Tag childTag,
java.lang.String parentTagClassName)
throws javax.servlet.jsp.JspTagException
childTag - Tag que esta aninhadaparentTagClassName - Nome da classe que implementa a outra tag.
javax.servlet.jsp.JspTagException - Caso ocorra um erro a processar a tag.
public int doStartTag()
throws javax.servlet.jsp.JspTagException
doStartTag in interface javax.servlet.jsp.tagext.Tagjavax.servlet.jsp.JspTagException - Caso ocorra um erro a processar a tag.
public int doEndTag()
throws javax.servlet.jsp.JspTagException
doEndTag in interface javax.servlet.jsp.tagext.Tagjavax.servlet.jsp.JspTagException - Caso ocorra um erro a processar a tag.
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
public static FilterPool getFilterPool(javax.servlet.http.HttpSession session,
java.lang.String key)
session - A sessao.key - Nome do atributo (pool) na sessao.
public FilterPool getFilterPool()
public static FilterSet getFilterSet(javax.servlet.http.HttpSession session,
java.lang.String key)
session - A sessao.key - Nome do atributo (pool) na sessao.
public FilterSet getFilterSet()
public void setName(java.lang.String name)
name - New value of property name.public void setImg(java.lang.String img)
img - New value of property img.public void setDisabled(boolean disabled)
disabled - New value of property disabled.public void setDisabled(java.lang.String disabled)
disabled - New value of property disabled.public java.lang.String getKey()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||