|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
org.apache.struts.taglib.BaseHandlerTag | +--org.apache.struts.taglib.SubmitTag
Tag for input fields of type "submit".
Field Summary | |
protected static MessageResources |
messages
The message resources for this package. |
private java.lang.String |
property
The name of the generated input field. |
private java.lang.String |
value
The value of the button label. |
Fields inherited from class org.apache.struts.taglib.BaseHandlerTag |
accessKey, onBlur, onChange, onClick, onDblClick, onFocus, onKeyDown, onKeyPress, onKeyUp, onMouseDown, onMouseMove, onMouseOut, onMouseOver, onMouseUp, onSelect, style, styleClass, styleId, tabIndex |
Constructor Summary | |
SubmitTag()
|
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. |
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 org.apache.struts.taglib.BaseHandlerTag |
getAccessKey, getOnBlur, getOnChange, getOnClick, getOnDblClick, getOnFocus, getOnKeyDown, getOnKeyPress, getOnKeyUp, getOnMouseDown, getOnMouseMove, getOnMouseOut, getOnMouseOver, getOnMouseUp, getOnSelect, getStyle, getStyleClass, getStyleId, getTabIndex, prepareEventHandlers, prepareFocusEvents, prepareKeyEvents, prepareMouseEvents, prepareStyles, prepareTextEvents, setAccessKey, setOnBlur, setOnChange, setOnClick, setOnDblClick, setOnFocus, setOnKeyDown, setOnKeyPress, setOnKeyUp, setOnMouseDown, setOnMouseMove, setOnMouseOut, setOnMouseOver, setOnMouseUp, setOnSelect, setStyle, setStyleClass, setStyleId, setTabIndex |
Field Detail |
protected static MessageResources messages
private java.lang.String property
private java.lang.String value
Constructor Detail |
public SubmitTag()
Method Detail |
public java.lang.String getProperty()
public void setProperty(java.lang.String property)
property
- The property namepublic java.lang.String getValue()
public void setValue(java.lang.String value)
value
- The label valuepublic int doStartTag() throws javax.servlet.jsp.JspException
JspException
- if a JSP exception has occurredpublic int doEndTag() throws javax.servlet.jsp.JspException
JspException
- if a JSP exception has occurredpublic void release()
release
in class BaseHandlerTag
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |