Package org.apache.struts.taglib.html
Class SecureFormTag
- java.lang.Object
-
- javax.servlet.jsp.tagext.TagSupport
-
- org.apache.struts.taglib.html.FormTag
-
- org.apache.struts.taglib.html.SecureFormTag
-
- All Implemented Interfaces:
java.io.Serializable
,javax.servlet.jsp.tagext.IterationTag
,javax.servlet.jsp.tagext.JspTag
,javax.servlet.jsp.tagext.Tag
public class SecureFormTag extends org.apache.struts.taglib.html.FormTag
- See Also:
- Serialized Form
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description SecureFormTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
doStartTag()
Render the beginning of this form.protected java.lang.String
getActionMappingURL()
Return the form action converted into a server-relative URL.-
Methods inherited from class org.apache.struts.taglib.html.FormTag
doEndTag, getAcceptCharset, getAction, getAutocomplete, getBeanName, getDir, getEnctype, getFocus, getFocusIndex, getLang, getMethod, getOnreset, getOnsubmit, getScriptLanguage, getStyle, getStyleClass, getStyleId, getTarget, initFormBean, isDisabled, isReadonly, lookup, release, renderAction, renderAttribute, renderFocusJavascript, renderFormStartElement, renderName, renderOtherAttributes, renderToken, setAcceptCharset, setAction, setAutocomplete, setDir, setDisabled, setEnctype, setFocus, setFocusIndex, setLang, setMethod, setOnreset, setOnsubmit, setReadonly, setScriptLanguage, setStyle, setStyleClass, setStyleId, setTarget
-
-
-
-
Method Detail
-
getActionMappingURL
protected java.lang.String getActionMappingURL()
Return the form action converted into a server-relative URL.
-
doStartTag
public int doStartTag() throws javax.servlet.jsp.JspException
Render the beginning of this form.- Specified by:
doStartTag
in interfacejavax.servlet.jsp.tagext.Tag
- Overrides:
doStartTag
in classorg.apache.struts.taglib.html.FormTag
- Throws:
javax.servlet.jsp.JspException
- if a JSP exception has occurred
-
-