com.bea.web.tag
Class SubmitTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
com.bea.web.tag.SubmitTag
- All Implemented Interfaces:
- IterationTag, Serializable, Tag
- public class SubmitTag
- extends TagSupport
Provides the rendering logic for an HTML submit button.
- See Also:
- Serialized Form
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SubmitTag
public SubmitTag()
release
public void release()
setName
public void setName(String strName)
setDoAction
public void setDoAction(String strDoAction)
doStartTag
public int doStartTag()