public class ELFormTag extends FormTag
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.
acceptCharset, action, beanName, beanScope, beanType, enctype, focus, focusIndex, lineEnd, mapping, messages, method, moduleConfig, onreset, onsubmit, readonly, scriptLanguage, servlet, style, styleClass, styleId, target
Constructor and Description |
---|
ELFormTag() |
Modifier and Type | Method and Description |
---|---|
int |
doStartTag()
Process the start tag.
|
String |
getAcceptCharsetExpr()
Getter method for "acceptCharset" tag attribute.
|
String |
getActionExpr()
Getter method for "action" tag attribute.
|
String |
getDirExpr()
Getter method for "dir" tag attribute.
|
String |
getDisabledExpr()
Getter method for "disabled" tag attribute.
|
String |
getEnctypeExpr()
Getter method for "enctype" tag attribute.
|
String |
getFocusExpr()
Getter method for "focus" tag attribute.
|
String |
getFocusIndexExpr()
Getter method for "focusIndex" tag attribute.
|
String |
getLangExpr()
Getter method for "lang" tag attribute.
|
String |
getMethodExpr()
Getter method for "method" tag attribute.
|
String |
getOnresetExpr()
Getter method for "onreset" tag attribute.
|
String |
getOnsubmitExpr()
Getter method for "onsubmit" tag attribute.
|
String |
getReadonlyExpr()
Getter method for "readonly" tag attribute.
|
String |
getScriptLanguageExpr()
Getter method for "scriptLanguage" tag attribute.
|
String |
getStyleClassExpr()
Getter method for "styleClass" tag attribute.
|
String |
getStyleExpr()
Getter method for "style" tag attribute.
|
String |
getStyleIdExpr()
Getter method for "styleId" tag attribute.
|
String |
getTargetExpr()
Getter method for "target" tag attribute.
|
void |
release()
Resets attribute values for tag reuse.
|
void |
setAcceptCharsetExpr(String acceptCharsetExpr)
Setter method for "acceptCharset" tag attribute.
|
void |
setActionExpr(String actionExpr)
Setter method for "action" tag attribute.
|
void |
setDirExpr(String dirExpr)
Setter method for "dir" tag attribute.
|
void |
setDisabledExpr(String disabledExpr)
Setter method for "disabled" tag attribute.
|
void |
setEnctypeExpr(String enctypeExpr)
Setter method for "enctype" tag attribute.
|
void |
setFocusExpr(String focusExpr)
Setter method for "focus" tag attribute.
|
void |
setFocusIndexExpr(String focusIndexExpr)
Setter method for "focusIndex" tag attribute.
|
void |
setLangExpr(String langExpr)
Setter method for "lang" tag attribute.
|
void |
setMethodExpr(String methodExpr)
Setter method for "method" tag attribute.
|
void |
setOnresetExpr(String onresetExpr)
Setter method for "onreset" tag attribute.
|
void |
setOnsubmitExpr(String onsubmitExpr)
Setter method for "onsubmit" tag attribute.
|
void |
setReadonlyExpr(String readonlyExpr)
Setter method for "readonly" tag attribute.
|
void |
setScriptLanguageExpr(String scriptLanguageExpr)
Setter method for "scriptLanguage" tag attribute.
|
void |
setStyleClassExpr(String styleClassExpr)
Setter method for "styleClass" tag attribute.
|
void |
setStyleExpr(String styleExpr)
Setter method for "style" tag attribute.
|
void |
setStyleIdExpr(String styleIdExpr)
Setter method for "styleId" tag attribute.
|
void |
setTargetExpr(String targetExpr)
Setter method for "target" tag attribute.
|
doEndTag, getAcceptCharset, getAction, getAutocomplete, getBeanName, getDir, getEnctype, getFocus, getFocusIndex, getLang, getMethod, getOnreset, getOnsubmit, getScriptLanguage, getStyle, getStyleClass, getStyleId, getTarget, initFormBean, isDisabled, isReadonly, lookup, 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
public String getActionExpr()
public String getDirExpr()
public String getDisabledExpr()
public String getEnctypeExpr()
public String getFocusExpr()
public String getFocusIndexExpr()
public String getLangExpr()
public String getMethodExpr()
public String getOnresetExpr()
public String getOnsubmitExpr()
public String getReadonlyExpr()
public String getScriptLanguageExpr()
public String getStyleExpr()
public String getStyleClassExpr()
public String getStyleIdExpr()
public String getTargetExpr()
public String getAcceptCharsetExpr()
public void setActionExpr(String actionExpr)
public void setDirExpr(String dirExpr)
public void setDisabledExpr(String disabledExpr)
public void setEnctypeExpr(String enctypeExpr)
public void setFocusExpr(String focusExpr)
public void setFocusIndexExpr(String focusIndexExpr)
public void setLangExpr(String langExpr)
public void setMethodExpr(String methodExpr)
public void setOnresetExpr(String onresetExpr)
public void setOnsubmitExpr(String onsubmitExpr)
public void setReadonlyExpr(String readonlyExpr)
public void setScriptLanguageExpr(String scriptLanguageExpr)
public void setStyleExpr(String styleExpr)
public void setStyleClassExpr(String styleClassExpr)
public void setStyleIdExpr(String styleIdExpr)
public void setTargetExpr(String targetExpr)
public void setAcceptCharsetExpr(String acceptCharsetExpr)
public void release()
public int doStartTag() throws javax.servlet.jsp.JspException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class FormTag
javax.servlet.jsp.JspException
- if a JSP exception has occurredCopyright © 2000–2016 Apache Software Foundation. All rights reserved.