Save This Page
Home » Struts-1.3.10 » org.apache.strutsel.taglib » html » [javadoc | source]
org.apache.strutsel.taglib.html
public class: ELFormTag [javadoc | source]
java.lang.Object
   javax.servlet.jsp.tagext.TagSupport
      org.apache.struts.taglib.html.FormTag
         org.apache.strutsel.taglib.html.ELFormTag

All Implemented Interfaces:
    IterationTag, Serializable

Custom tag that represents an input form, associated with a bean whose properties correspond to the various fields of the form.

This class is a subclass of the class org.apache.struts.taglib.html.FormTag which provides most of the described functionality. This subclass allows all attribute values to be specified as expressions utilizing the JavaServer Pages Standard Library expression language.

Fields inherited from org.apache.struts.taglib.html.FormTag:
action,  moduleConfig,  enctype,  focus,  focusIndex,  lineEnd,  mapping,  messages,  method,  onreset,  onsubmit,  scriptLanguage,  servlet,  style,  styleClass,  styleId,  target,  beanName,  beanScope,  beanType,  acceptCharset,  readonly
Fields inherited from javax.servlet.jsp.tagext.TagSupport:
id,  pageContext,  class$javax$servlet$jsp$tagext$Tag
Method from org.apache.strutsel.taglib.html.ELFormTag Summary:
doStartTag,   getAcceptCharsetExpr,   getActionExpr,   getDisabledExpr,   getEnctypeExpr,   getFocusExpr,   getFocusIndexExpr,   getMethodExpr,   getOnresetExpr,   getOnsubmitExpr,   getReadonlyExpr,   getScriptLanguageExpr,   getStyleClassExpr,   getStyleExpr,   getStyleIdExpr,   getTargetExpr,   release,   setAcceptCharsetExpr,   setActionExpr,   setDisabledExpr,   setEnctypeExpr,   setFocusExpr,   setFocusIndexExpr,   setMethodExpr,   setOnresetExpr,   setOnsubmitExpr,   setReadonlyExpr,   setScriptLanguageExpr,   setStyleClassExpr,   setStyleExpr,   setStyleIdExpr,   setTargetExpr
Methods from org.apache.struts.taglib.html.FormTag:
doEndTag,   doStartTag,   getAcceptCharset,   getAction,   getBeanName,   getEnctype,   getFocus,   getFocusIndex,   getMethod,   getOnreset,   getOnsubmit,   getScriptLanguage,   getStyle,   getStyleClass,   getStyleId,   getTarget,   initFormBean,   isDisabled,   isReadonly,   lookup,   release,   renderAction,   renderAttribute,   renderFocusJavascript,   renderFormStartElement,   renderName,   renderOtherAttributes,   renderToken,   setAcceptCharset,   setAction,   setDisabled,   setEnctype,   setFocus,   setFocusIndex,   setMethod,   setOnreset,   setOnsubmit,   setReadonly,   setScriptLanguage,   setStyle,   setStyleClass,   setStyleId,   setTarget
Methods from javax.servlet.jsp.tagext.TagSupport:
class$,   doAfterBody,   doEndTag,   doStartTag,   findAncestorWithClass,   getId,   getParent,   getValue,   getValues,   release,   removeValue,   setId,   setPageContext,   setParent,   setValue
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.strutsel.taglib.html.ELFormTag Detail:
 public int doStartTag() throws JspException 
    Process the start tag.
 public String getAcceptCharsetExpr() 
    Getter method for "acceptCharset" tag attribute. (Mapping set in associated BeanInfo class.)
 public String getActionExpr() 
    Getter method for "action" tag attribute. (Mapping set in associated BeanInfo class.)
 public String getDisabledExpr() 
    Getter method for "disabled" tag attribute. (Mapping set in associated BeanInfo class.)
 public String getEnctypeExpr() 
    Getter method for "enctype" tag attribute. (Mapping set in associated BeanInfo class.)
 public String getFocusExpr() 
    Getter method for "focus" tag attribute. (Mapping set in associated BeanInfo class.)
 public String getFocusIndexExpr() 
    Getter method for "focusIndex" tag attribute. (Mapping set in associated BeanInfo class.)
 public String getMethodExpr() 
    Getter method for "method" tag attribute. (Mapping set in associated BeanInfo class.)
 public String getOnresetExpr() 
    Getter method for "onreset" tag attribute. (Mapping set in associated BeanInfo class.)
 public String getOnsubmitExpr() 
    Getter method for "onsubmit" tag attribute. (Mapping set in associated BeanInfo class.)
 public String getReadonlyExpr() 
    Getter method for "readonly" tag attribute. (Mapping set in associated BeanInfo class.)
 public String getScriptLanguageExpr() 
    Getter method for "scriptLanguage" tag attribute. (Mapping set in associated BeanInfo class.)
 public String getStyleClassExpr() 
    Getter method for "styleClass" tag attribute. (Mapping set in associated BeanInfo class.)
 public String getStyleExpr() 
    Getter method for "style" tag attribute. (Mapping set in associated BeanInfo class.)
 public String getStyleIdExpr() 
    Getter method for "styleId" tag attribute. (Mapping set in associated BeanInfo class.)
 public String getTargetExpr() 
    Getter method for "target" tag attribute. (Mapping set in associated BeanInfo class.)
 public  void release() 
    Resets attribute values for tag reuse.
 public  void setAcceptCharsetExpr(String acceptCharsetExpr) 
    Setter method for "acceptCharset" tag attribute. (Mapping set in associated BeanInfo class.)
 public  void setActionExpr(String actionExpr) 
    Setter method for "action" tag attribute. (Mapping set in associated BeanInfo class.)
 public  void setDisabledExpr(String disabledExpr) 
    Setter method for "disabled" tag attribute. (Mapping set in associated BeanInfo class.)
 public  void setEnctypeExpr(String enctypeExpr) 
    Setter method for "enctype" tag attribute. (Mapping set in associated BeanInfo class.)
 public  void setFocusExpr(String focusExpr) 
    Setter method for "focus" tag attribute. (Mapping set in associated BeanInfo class.)
 public  void setFocusIndexExpr(String focusIndexExpr) 
    Setter method for "focusIndex" tag attribute. (Mapping set in associated BeanInfo class.)
 public  void setMethodExpr(String methodExpr) 
    Setter method for "method" tag attribute. (Mapping set in associated BeanInfo class.)
 public  void setOnresetExpr(String onresetExpr) 
    Setter method for "onreset" tag attribute. (Mapping set in associated BeanInfo class.)
 public  void setOnsubmitExpr(String onsubmitExpr) 
    Setter method for "onsubmit" tag attribute. (Mapping set in associated BeanInfo class.)
 public  void setReadonlyExpr(String readonlyExpr) 
    Setter method for "readonly" tag attribute. (Mapping set in associated BeanInfo class.)
 public  void setScriptLanguageExpr(String scriptLanguageExpr) 
    Setter method for "scriptLanguage" tag attribute. (Mapping set in associated BeanInfo class.)
 public  void setStyleClassExpr(String styleClassExpr) 
    Setter method for "styleClass" tag attribute. (Mapping set in associated BeanInfo class.)
 public  void setStyleExpr(String styleExpr) 
    Setter method for "style" tag attribute. (Mapping set in associated BeanInfo class.)
 public  void setStyleIdExpr(String styleIdExpr) 
    Setter method for "styleId" tag attribute. (Mapping set in associated BeanInfo class.)
 public  void setTargetExpr(String targetExpr) 
    Setter method for "target" tag attribute. (Mapping set in associated BeanInfo class.)