public class LocalizedSubmitTag
extends org.apache.struts.taglib.html.SubmitTag
| Constructor and Description |
|---|
LocalizedSubmitTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doStartTag() |
java.lang.String |
getStyleClass() |
java.lang.String |
getValueKey()
Get the valueKey for this tag
|
void |
release() |
void |
setValueKey(java.lang.String key)
Set the valueKey for the tag.
|
doAfterBody, doEndTag, getDefaultValue, getElementOpen, getProperty, getValue, prepareButtonAttributes, prepareName, prepareValue, setProperty, setValuedoErrorsExist, getAccesskey, getAlt, getAltKey, getBundle, getDir, getDisabled, getElementClose, getErrorKey, getErrorStyle, getErrorStyleClass, getErrorStyleId, getIndexed, getIndexValue, getLang, getLocale, getOnblur, getOnchange, getOnclick, getOndblclick, getOnfocus, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getOnselect, getReadonly, getStyle, getStyleId, getTabindex, getTitle, getTitleKey, isXhtml, lookupProperty, message, prepareAttribute, prepareEventHandlers, prepareFocusEvents, prepareIndex, prepareInternationalization, prepareKeyEvents, prepareMouseEvents, prepareOtherAttributes, prepareStyles, prepareTextEvents, setAccesskey, setAlt, setAltKey, setBundle, setDir, setDisabled, setErrorKey, setErrorStyle, setErrorStyleClass, setErrorStyleId, setIndexed, setLang, setLocale, setOnblur, setOnchange, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnselect, setReadonly, setStyle, setStyleClass, setStyleId, setTabindex, setTitle, setTitleKeydoInitBody, getBodyContent, getPreviousOut, setBodyContentfindAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValuepublic void setValueKey(java.lang.String key)
key - Value key used to lookup the localized message.public java.lang.String getValueKey()
public java.lang.String getStyleClass()
getStyleClass in class org.apache.struts.taglib.html.BaseHandlerTagpublic int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class org.apache.struts.taglib.html.SubmitTagjavax.servlet.jsp.JspException - JSP exceptionpublic void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class org.apache.struts.taglib.html.SubmitTag