pt.despodata.java.webappl.tags
Class SubmitButtonTag

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended bypt.despodata.java.webappl.tags.ButtonTag
          extended bypt.despodata.java.webappl.tags.SubmitButtonTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag

public class SubmitButtonTag
extends ButtonTag

SubmitButtonTag.java, Permite definir butoes para submissao de forms em html.

Version:
$Revision: 1.1 $
Author:
Paulo Carmo
See Also:
Serialized Form

Field Summary
 
Fields inherited from class pt.despodata.java.webappl.tags.ButtonTag
inputType
 
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
SubmitButtonTag()
           
 
Method Summary
 int doStartTag()
          Implemetacao da tag.
 
Methods inherited from class pt.despodata.java.webappl.tags.ButtonTag
doEndTag, release, setAction, setLabel, setOnClick, setOtherFrame, setRunValidate, setTarget, toString
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SubmitButtonTag

public SubmitButtonTag()
Method Detail

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Implemetacao da tag.

Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doStartTag in class ButtonTag
Throws:
javax.servlet.jsp.JspException