|
|||||||||
| Home >> All >> org >> apache >> struts >> taglib >> [ wml overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.struts.taglib.wml
Class CancelTag

java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
org.apache.struts.taglib.wml.CancelTag
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag
- public class CancelTag
- extends javax.servlet.jsp.tagext.TagSupport
Tag for input fields of type "cancel".
- Version:
| Field Summary | |
protected static org.apache.struts.util.MessageResources |
messages
The message resources for this package. |
protected java.lang.String |
property
The property name of the generated button. |
protected java.lang.String |
value
The value of the button label. |
| 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 | |
CancelTag()
|
|
| Method Summary | |
int |
doEndTag()
Process the end of this tag. |
int |
doStartTag()
Process the start of this tag. |
java.lang.String |
getProperty()
Return the property name. |
java.lang.String |
getValue()
Return the label value. |
void |
release()
Release any acquired resources. |
void |
setProperty(java.lang.String property)
Set the property name. |
void |
setValue(java.lang.String value)
Set the label value. |
| 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, toString, wait, wait, wait |
| Field Detail |
messages
protected static org.apache.struts.util.MessageResources messages
- The message resources for this package.
property
protected java.lang.String property
- The property name of the generated button.
value
protected java.lang.String value
- The value of the button label.
| Constructor Detail |
CancelTag
public CancelTag()
| Method Detail |
getProperty
public java.lang.String getProperty()
- Return the property name.
setProperty
public void setProperty(java.lang.String property)
- Set the property name.
getValue
public java.lang.String getValue()
- Return the label value.
setValue
public void setValue(java.lang.String value)
- Set the label value.
doStartTag
public int doStartTag()
throws javax.servlet.jsp.JspException
- Process the start of this tag.
doEndTag
public int doEndTag()
throws javax.servlet.jsp.JspException
- Process the end of this tag.
release
public void release()
- Release any acquired resources.
|
|||||||||
| Home >> All >> org >> apache >> struts >> taglib >> [ wml overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC