|
|||||||||||
| 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.connection.taglibs.AbstractInputTag
AbstractInputTag.java Company MoreData
| Field Summary | |
protected java.lang.String |
_type
|
protected boolean |
hidden
Indica se o campo está escondedo ou não |
protected int |
size
Tamanho do campo de input. |
protected java.lang.String |
value
Valor inicial do campo de input. |
| 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 | |
AbstractInputTag()
|
|
| 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 abstract void |
print(javax.servlet.jsp.JspWriter out)
Este metodo e responsavel por escrever na pagina o codigo html gerado para uma determinada tag. |
void |
setHidden(java.lang.String hidden)
Setter for property hidden. |
void |
setSize(java.lang.String size)
Setter for property size. |
void |
setValue(java.lang.String value)
Setter for property value. |
| 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 |
protected int size
protected java.lang.String value
protected boolean hidden
protected java.lang.String _type
| Constructor Detail |
public AbstractInputTag()
| Method Detail |
protected abstract void print(javax.servlet.jsp.JspWriter out)
throws java.io.IOException
java.io.IOException
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.TryCatchFinallypublic void setSize(java.lang.String size)
size - New value of property size.public void setValue(java.lang.String value)
value - New value of property value.public void setHidden(java.lang.String hidden)
hidden - New value of property hidden.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||