com.opensymphony.webwork.views.jsp.ui
Class SubmitTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
com.opensymphony.webwork.views.jsp.WebWorkBodyTagSupport
com.opensymphony.webwork.views.jsp.ComponentTagSupport
com.opensymphony.webwork.views.jsp.ui.AbstractUITag
com.opensymphony.webwork.views.jsp.ui.SubmitTag
- All Implemented Interfaces:
- Serializable, BodyTag, IterationTag, Tag
public class SubmitTag
- extends AbstractUITag
- See Also:
Submit
,
Serialized Form
Fields inherited from class com.opensymphony.webwork.views.jsp.ui.AbstractUITag |
accesskey, cssClass, cssStyle, disabled, label, labelPosition, name, onblur, onchange, onclick, ondblclick, onfocus, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onselect, required, requiredposition, tabindex, template, templateDir, theme, title, tooltip, tooltipConfig, value |
Methods inherited from class com.opensymphony.webwork.views.jsp.ui.AbstractUITag |
setAccesskey, setCssClass, setCssStyle, setDisabled, setLabel, setLabelposition, setLabelPosition, setName, setOnblur, setOnchange, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnselect, setRequired, setRequiredposition, setTabindex, setTemplate, setTemplateDir, setTheme, setTitle, setTooltip, setTooltipConfig, setValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
action
protected String action
method
protected String method
align
protected String align
resultDivId
protected String resultDivId
onLoadJS
protected String onLoadJS
notifyTopics
protected String notifyTopics
listenTopics
protected String listenTopics
preInvokeJS
protected String preInvokeJS
type
protected String type
src
protected String src
SubmitTag
public SubmitTag()
getBean
public Component getBean(OgnlValueStack stack,
HttpServletRequest req,
HttpServletResponse res)
- Specified by:
getBean
in class ComponentTagSupport
populateParams
protected void populateParams()
- Overrides:
populateParams
in class AbstractUITag
setAction
public void setAction(String action)
setMethod
public void setMethod(String method)
setAlign
public void setAlign(String align)
setResultDivId
public void setResultDivId(String resultDivId)
setOnLoadJS
public void setOnLoadJS(String onLoadJS)
setNotifyTopics
public void setNotifyTopics(String notifyTopics)
setListenTopics
public void setListenTopics(String listenTopics)
setPreInvokeJS
public void setPreInvokeJS(String preInvokeJS)
getType
public String getType()
setType
public void setType(String type)
getSrc
public String getSrc()
setSrc
public void setSrc(String src)