|
||||||||||
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
org.apache.struts.taglib.html.BaseHandlerTag
org.apache.struts.taglib.html.SubmitTag
org.apache.struts.taglib.html.CancelTag
public class CancelTag
Tag for input fields of type "cancel".
Field Summary |
---|
Fields inherited from class org.apache.struts.taglib.html.SubmitTag |
---|
messages, property, text, value |
Fields inherited from class org.apache.struts.taglib.html.BaseHandlerTag |
---|
accesskey, doDisabled, doReadonly, indexed, tabindex |
Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
---|
bodyContent |
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
---|
id, 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 | |
---|---|
CancelTag()
|
Method Summary | |
---|---|
protected String |
getDefaultValue()
Return the default value. |
protected String |
getElementOpen()
Render the opening element. |
String |
getOnclick()
Returns the onClick event handler. |
protected String |
prepareName()
Prepare the name element |
void |
release()
Release any acquired resources. |
Methods inherited from class org.apache.struts.taglib.html.SubmitTag |
---|
doAfterBody, doEndTag, doStartTag, getProperty, getValue, prepareButtonAttributes, prepareValue, setProperty, setValue |
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
---|
doInitBody, getBodyContent, getPreviousOut, setBodyContent |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
---|
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 |
Methods inherited from interface javax.servlet.jsp.tagext.Tag |
---|
getParent, setPageContext, setParent |
Constructor Detail |
---|
public CancelTag()
Method Detail |
---|
public String getOnclick()
getOnclick
in class BaseHandlerTag
protected String getElementOpen()
getElementOpen
in class SubmitTag
protected String prepareName() throws javax.servlet.jsp.JspException
prepareName
in class SubmitTag
javax.servlet.jsp.JspException
protected String getDefaultValue()
getDefaultValue
in class SubmitTag
public void release()
release
in interface javax.servlet.jsp.tagext.Tag
release
in class SubmitTag
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |