com.opensymphony.webwork.views.jsp.ui
Class SubmitTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by javax.servlet.jsp.tagext.BodyTagSupport
          extended by com.opensymphony.webwork.views.jsp.WebWorkBodyTagSupport
              extended by com.opensymphony.webwork.views.jsp.ComponentTagSupport
                  extended by com.opensymphony.webwork.views.jsp.ui.AbstractUITag
                      extended by com.opensymphony.webwork.views.jsp.ui.SubmitTag
All Implemented Interfaces:
Serializable, BodyTag, IterationTag, Tag

public class SubmitTag
extends AbstractUITag

See Also:
Submit, Serialized Form

Field Summary
protected  String action
           
protected  String align
           
protected  String listenTopics
           
protected  String method
           
protected  String notifyTopics
           
protected  String onLoadJS
           
protected  String preInvokeJS
           
protected  String resultDivId
           
protected  String src
           
protected  String type
           
 
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
 
Fields inherited from class com.opensymphony.webwork.views.jsp.ComponentTagSupport
component
 
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
SubmitTag()
           
 
Method Summary
 Component getBean(OgnlValueStack stack, HttpServletRequest req, HttpServletResponse res)
           
 String getSrc()
           
 String getType()
           
protected  void populateParams()
           
 void setAction(String action)
           
 void setAlign(String align)
           
 void setListenTopics(String listenTopics)
           
 void setMethod(String method)
           
 void setNotifyTopics(String notifyTopics)
           
 void setOnLoadJS(String onLoadJS)
           
 void setPreInvokeJS(String preInvokeJS)
           
 void setResultDivId(String resultDivId)
           
 void setSrc(String src)
           
 void setType(String type)
           
 
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 com.opensymphony.webwork.views.jsp.ComponentTagSupport
doEndTag, doStartTag, getComponent
 
Methods inherited from class com.opensymphony.webwork.views.jsp.WebWorkBodyTagSupport
altSyntax, findString, findValue, findValue, getBody, getStack, setId, toString, translateVariables
 
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doAfterBody, doInitBody, getBodyContent, getPreviousOut, release, setBodyContent
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, 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
 

Field Detail

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
Constructor Detail

SubmitTag

public SubmitTag()
Method Detail

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)

WebWork Project Page