|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
pt.moredata.taglibs.widgets.AbstractHtmlTag
pt.moredata.taglibs.widgets.FormTag
pt.moredata.dataentry.taglibs.FormTag
Implementação da tag responsavel pela interação com a servlet que controla o DataEntry. Company MoreData
| Field Summary | |
static java.lang.String |
FORM_NAME
|
| Fields inherited from class pt.moredata.taglibs.widgets.FormTag |
acceptcharset, action, enctype, method, target |
| Fields inherited from class pt.moredata.taglibs.widgets.AbstractHtmlTag |
_class, _out, align, alt, border, dir, id, lang, name, onabort, onblur, onchange, onclick, ondblclick, onerror, onfocus, onkeydown, onkeypress, onkeyup, onload, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onreset, onselect, onsubmit, size, src, style, title, usemap |
| Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
bodyContent |
| Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
pageContext |
| Fields inherited from interface javax.servlet.jsp.tagext.BodyTag |
EVAL_BODY_BUFFERED, EVAL_BODY_TAG |
| 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 | |
FormTag()
|
|
| Method Summary | |
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 |
printActionAttribute()
Imprime para o buffer o atributo 'onchange'. |
protected void |
printAttributes()
Imprime para o buffer os atributos da tag. |
protected void |
printEnctypeAttribute()
Imprime para o buffer o atributo 'onchange'. |
protected void |
printEndTag()
Imprime para o buffer o fim da tag. |
protected void |
printJavaScriptAtBegin()
Imprime codigo em javascript, associado a tag. |
protected void |
printJavaScriptAtEnd()
Imprime codigo em javascript, depois do fim da tag. |
protected void |
printMethodAttribute()
Imprime para o buffer o atributo 'onchange'. |
protected void |
printNameAttribute()
Imprime para o buffer o atributo 'name'. |
void |
setDataEntryId(java.lang.String dataEntryId)
Setter for property dataEntryId. |
| Methods inherited from class pt.moredata.taglibs.widgets.FormTag |
printStartTag, setAcceptcharset, setAction, setEnctype, setMethod, setTarget |
| Methods inherited from class pt.moredata.taglibs.widgets.AbstractHtmlTag |
doCatch, doEndTag, init, printAltAttribute, printBodyTag, printClassAttribute, printOnChangeAttribute, printOnFocusAttribute, printOnSubmitAttribute, printSrcAttribute, setAlign, setAlt, setBorder, setClass, setDir, setId, setLang, setName, setOnabort, setOnblur, setOnchange, setOnclick, setOndblclick, setOnerror, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnload, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnreset, setOnselect, setOnsubmit, setSize, setSrc, setStyle, setTitle, setUsemap |
| Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
doAfterBody, doInitBody, getBodyContent, getPreviousOut, release, setBodyContent |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, 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 |
| Methods inherited from interface javax.servlet.jsp.tagext.Tag |
getParent, setPageContext, setParent |
| Field Detail |
public static final java.lang.String FORM_NAME
| Constructor Detail |
public FormTag()
| Method Detail |
protected void printNameAttribute()
throws java.io.IOException
printNameAttribute in class AbstractHtmlTagjava.io.IOException
protected void printActionAttribute()
throws java.io.IOException
printActionAttribute in class FormTagjava.io.IOException
protected void printMethodAttribute()
throws java.io.IOException
printMethodAttribute in class FormTagjava.io.IOException
protected void printEnctypeAttribute()
throws java.io.IOException
printEnctypeAttribute in class FormTagjava.io.IOException
protected void printAttributes()
throws java.io.IOException
printAttributes in class FormTagjava.io.IOException
protected void printEndTag()
throws java.io.IOException
printEndTag in class FormTagjava.io.IOException
protected void printJavaScriptAtBegin()
throws java.io.IOException
printJavaScriptAtBegin in class FormTagjava.io.IOException
protected void printJavaScriptAtEnd()
throws java.io.IOException
printJavaScriptAtEnd in class FormTagjava.io.IOException
public int doStartTag()
throws javax.servlet.jsp.JspTagException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class AbstractHtmlTagjavax.servlet.jsp.JspTagException - Caso ocorra algum erro a processar a tag.public void doFinally()
doFinally in interface javax.servlet.jsp.tagext.TryCatchFinallydoFinally in class FormTagpublic void setDataEntryId(java.lang.String dataEntryId)
dataEntryId - New value of property dataEntryId.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||