pt.moredata.taglibs.dao
Class GetCellTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
pt.moredata.taglibs.AbstractTag
pt.moredata.taglibs.dao.DAOAbstractTag
pt.moredata.taglibs.dao.DAOAbstractDataTag
pt.moredata.taglibs.dao.GetCellTag
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag, javax.servlet.jsp.tagext.TryCatchFinally
- Direct Known Subclasses:
- GetCellTag
- public class GetCellTag
- extends DAOAbstractDataTag
- implements javax.servlet.jsp.tagext.TryCatchFinally
GetCellTag.java
Esta classe implementa a tag
TODO: Poder especificar as medidas dos campos de input e tabelas.
TODO: Implementacao de file upload
TODO: Implementacao de comboboxs
TODO: Implementacao de listas de valores
TODO: Implementacao de checkboxs
TODO: Implementacao de visualizacao de campos de outras tabelas atraves da chave
TODO: primaria do campo de uma tabela (referencedTable, referencedColumn).
Company MoreData
- Version:
- $Revision: 1.2 $
- Author:
- pcarmo
- See Also:
- Serialized Form
| 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 |
GetCellTag()
Creates a new instance of GetCellTag |
|
Method Summary |
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. |
java.lang.String |
getUrl()
Getter for property url. |
void |
setUrl(java.lang.String url)
Setter for property url. |
| Methods inherited from class pt.moredata.taglibs.dao.DAOAbstractDataTag |
createDAOPrinter, findDAO, getCheckboxValue, getColumnName, getHtmlName, getHtmlNamePrefix, getHtmlNameSufix, getReadOnlyValue, getRowNumberValue, getShowLabel, setColumnName, setDaoName, setHtmlName, setHtmlNamePrefix, setHtmlNameSufix, setOutputType, setReadOnly, setRowNumber, setShowLabel |
| 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 |
| Methods inherited from interface javax.servlet.jsp.tagext.TryCatchFinally |
doCatch |
GetCellTag
public GetCellTag()
- Creates a new instance of GetCellTag
doStartTag
public int doStartTag()
throws javax.servlet.jsp.JspTagException
- Processa o inicio da tag.
- Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag- Specified by:
doStartTag in class DAOAbstractTag
- Returns:
- A accao que deve ser tomada pelo servidor de .jsp apos ler o
inicio da tag.
- Throws:
javax.servlet.jsp.JspTagException
doEndTag
public int doEndTag()
throws javax.servlet.jsp.JspTagException
- Processa o fim da tag.
- Specified by:
doEndTag in interface javax.servlet.jsp.tagext.Tag- Specified by:
doEndTag in class DAOAbstractTag
- Returns:
- a accao que deve ser tomada pelo servidor de .jsp apos ler a tag.
- Throws:
javax.servlet.jsp.JspTagException
doFinally
public void doFinally()
- Invoked in all cases after doEndTag() for any class implementing Tag,
IterationTag or BodyTag. This method is invoked even if an exception
has occurred in the BODY of the tag, or in any of the following methods:
Tag.doStartTag(), Tag.doEndTag(), IterationTag.doAfterBody() and
BodyTag.doInitBody().
This method is not invoked if the Throwable occurs during one of the
setter methods.
This method should not throw an Exception.
This method is intended to maintain per-invocation data integrity and
resource management actions.
- Specified by:
doFinally in interface javax.servlet.jsp.tagext.TryCatchFinally- Overrides:
doFinally in class DAOAbstractDataTag
setUrl
public void setUrl(java.lang.String url)
- Setter for property url.
- Parameters:
url - New value of property url.
getUrl
public java.lang.String getUrl()
- Getter for property url.
- Overrides:
getUrl in class DAOAbstractDataTag
- Returns:
- Value of property url.