|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
org.apache.struts.taglib.html.BaseHandlerTag
org.apache.struts.taglib.html.RadioTag
org.apache.strutsel.taglib.html.ELRadioTag
Tag for input fields of type "radio".
This class is a subclass of the class
org.apache.struts.taglib.html.RadioTag
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.
Field Summary | |
private java.lang.String |
accessKeyExpr
Instance variable mapped to "accessKey" tag attribute. |
private java.lang.String |
altExpr
Instance variable mapped to "alt" tag attribute. |
private java.lang.String |
altKeyExpr
Instance variable mapped to "altKey" tag attribute. |
private java.lang.String |
bundleExpr
Instance variable mapped to "bundle" tag attribute. |
private java.lang.String |
disabledExpr
Instance variable mapped to "disabled" tag attribute. |
private java.lang.String |
errorKeyExpr
Instance variable mapped to "errorKey" tag attribute. |
private java.lang.String |
errorStyleClassExpr
Instance variable mapped to "errorStyleClass" tag attribute. |
private java.lang.String |
errorStyleExpr
Instance variable mapped to "errorStyle" tag attribute. |
private java.lang.String |
errorStyleIdExpr
Instance variable mapped to "errorStyleId" tag attribute. |
private java.lang.String |
idNameExpr
Instance variable mapped to "idName" tag attribute. |
private java.lang.String |
indexedExpr
Instance variable mapped to "indexed" tag attribute. |
private java.lang.String |
nameExpr
Instance variable mapped to "name" tag attribute. |
private java.lang.String |
onblurExpr
Instance variable mapped to "onblur" tag attribute. |
private java.lang.String |
onchangeExpr
Instance variable mapped to "onchange" tag attribute. |
private java.lang.String |
onclickExpr
Instance variable mapped to "onclick" tag attribute. |
private java.lang.String |
ondblclickExpr
Instance variable mapped to "ondblclick" tag attribute. |
private java.lang.String |
onfocusExpr
Instance variable mapped to "onfocus" tag attribute. |
private java.lang.String |
onkeydownExpr
Instance variable mapped to "onkeydown" tag attribute. |
private java.lang.String |
onkeypressExpr
Instance variable mapped to "onkeypress" tag attribute. |
private java.lang.String |
onkeyupExpr
Instance variable mapped to "onkeyup" tag attribute. |
private java.lang.String |
onmousedownExpr
Instance variable mapped to "onmousedown" tag attribute. |
private java.lang.String |
onmousemoveExpr
Instance variable mapped to "onmousemove" tag attribute. |
private java.lang.String |
onmouseoutExpr
Instance variable mapped to "onmouseout" tag attribute. |
private java.lang.String |
onmouseoverExpr
Instance variable mapped to "onmouseover" tag attribute. |
private java.lang.String |
onmouseupExpr
Instance variable mapped to "onmouseup" tag attribute. |
private java.lang.String |
propertyExpr
Instance variable mapped to "property" tag attribute. |
private java.lang.String |
styleClassExpr
Instance variable mapped to "styleClass" tag attribute. |
private java.lang.String |
styleExpr
Instance variable mapped to "style" tag attribute. |
private java.lang.String |
styleIdExpr
Instance variable mapped to "styleId" tag attribute. |
private java.lang.String |
tabindexExpr
Instance variable mapped to "tabindex" tag attribute. |
private java.lang.String |
titleExpr
Instance variable mapped to "title" tag attribute. |
private java.lang.String |
titleKeyExpr
Instance variable mapped to "titleKey" tag attribute. |
private java.lang.String |
valueExpr
Instance variable mapped to "value" tag attribute. |
Fields inherited from class org.apache.struts.taglib.html.RadioTag |
idName, messages, name, property, text, value |
Fields inherited from class org.apache.struts.taglib.html.BaseHandlerTag |
accesskey, defaultLocale, doDisabled, doReadonly, indexed, tabindex |
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 | |
ELRadioTag()
|
Method Summary | |
int |
doStartTag()
Process the start tag. |
private void |
evaluateExpressions()
Processes all attribute values which use the JSTL expression evaluation engine to determine their values. |
java.lang.String |
getAccesskeyExpr()
Getter method for "accessKey" tag attribute. |
java.lang.String |
getAltExpr()
Getter method for "alt" tag attribute. |
java.lang.String |
getAltKeyExpr()
Getter method for "altKey" tag attribute. |
java.lang.String |
getBundleExpr()
Getter method for "bundle" tag attribute. |
java.lang.String |
getDisabledExpr()
Getter method for "disabled" tag attribute. |
java.lang.String |
getErrorKeyExpr()
Getter method for "errorKey" tag attribute. |
java.lang.String |
getErrorStyleClassExpr()
Getter method for "errorStyleClass" tag attribute. |
java.lang.String |
getErrorStyleExpr()
Getter method for "errorStyle" tag attribute. |
java.lang.String |
getErrorStyleIdExpr()
Getter method for "errorStyleId" tag attribute. |
java.lang.String |
getIdNameExpr()
Getter method for "idName" tag attribute. |
java.lang.String |
getIndexedExpr()
Getter method for "indexed" tag attribute. |
java.lang.String |
getNameExpr()
Getter method for "name" tag attribute. |
java.lang.String |
getOnblurExpr()
Getter method for "onblur" tag attribute. |
java.lang.String |
getOnchangeExpr()
Getter method for "onchange" tag attribute. |
java.lang.String |
getOnclickExpr()
Getter method for "onclick" tag attribute. |
java.lang.String |
getOndblclickExpr()
Getter method for "ondblclick" tag attribute. |
java.lang.String |
getOnfocusExpr()
Getter method for "onfocus" tag attribute. |
java.lang.String |
getOnkeydownExpr()
Getter method for "onkeydown" tag attribute. |
java.lang.String |
getOnkeypressExpr()
Getter method for "onkeypress" tag attribute. |
java.lang.String |
getOnkeyupExpr()
Getter method for "onkeyup" tag attribute. |
java.lang.String |
getOnmousedownExpr()
Getter method for "onmousedown" tag attribute. |
java.lang.String |
getOnmousemoveExpr()
Getter method for "onmousemove" tag attribute. |
java.lang.String |
getOnmouseoutExpr()
Getter method for "onmouseout" tag attribute. |
java.lang.String |
getOnmouseoverExpr()
Getter method for "onmouseover" tag attribute. |
java.lang.String |
getOnmouseupExpr()
Getter method for "onmouseup" tag attribute. |
java.lang.String |
getPropertyExpr()
Getter method for "property" tag attribute. |
java.lang.String |
getStyleClassExpr()
Getter method for "styleClass" tag attribute. |
java.lang.String |
getStyleExpr()
Getter method for "style" tag attribute. |
java.lang.String |
getStyleIdExpr()
Getter method for "styleId" tag attribute. |
java.lang.String |
getTabindexExpr()
Getter method for "tabindex" tag attribute. |
java.lang.String |
getTitleExpr()
Getter method for "title" tag attribute. |
java.lang.String |
getTitleKeyExpr()
Getter method for "titleKey" tag attribute. |
java.lang.String |
getValueExpr()
Getter method for "value" tag attribute. |
void |
release()
Resets attribute values for tag reuse. |
void |
setAccesskeyExpr(java.lang.String accessKeyExpr)
Setter method for "accessKey" tag attribute. |
void |
setAltExpr(java.lang.String altExpr)
Setter method for "alt" tag attribute. |
void |
setAltKeyExpr(java.lang.String altKeyExpr)
Setter method for "altKey" tag attribute. |
void |
setBundleExpr(java.lang.String bundleExpr)
Setter method for "bundle" tag attribute. |
void |
setDisabledExpr(java.lang.String disabledExpr)
Setter method for "disabled" tag attribute. |
void |
setErrorKeyExpr(java.lang.String errorKeyExpr)
Setter method for "errorKey" tag attribute. |
void |
setErrorStyleClassExpr(java.lang.String errorStyleClassExpr)
Setter method for "errorStyleClass" tag attribute. |
void |
setErrorStyleExpr(java.lang.String errorStyleExpr)
Setter method for "errorStyle" tag attribute. |
void |
setErrorStyleIdExpr(java.lang.String errorStyleIdExpr)
Setter method for "errorStyleId" tag attribute. |
void |
setIdNameExpr(java.lang.String idNameExpr)
Setter method for "idName" tag attribute. |
void |
setIndexedExpr(java.lang.String indexedExpr)
Setter method for "indexed" tag attribute. |
void |
setNameExpr(java.lang.String nameExpr)
Setter method for "name" tag attribute. |
void |
setOnblurExpr(java.lang.String onblurExpr)
Setter method for "onblur" tag attribute. |
void |
setOnchangeExpr(java.lang.String onchangeExpr)
Setter method for "onchange" tag attribute. |
void |
setOnclickExpr(java.lang.String onclickExpr)
Setter method for "onclick" tag attribute. |
void |
setOndblclickExpr(java.lang.String ondblclickExpr)
Setter method for "ondblclick" tag attribute. |
void |
setOnfocusExpr(java.lang.String onfocusExpr)
Setter method for "onfocus" tag attribute. |
void |
setOnkeydownExpr(java.lang.String onkeydownExpr)
Setter method for "onkeydown" tag attribute. |
void |
setOnkeypressExpr(java.lang.String onkeypressExpr)
Setter method for "onkeypress" tag attribute. |
void |
setOnkeyupExpr(java.lang.String onkeyupExpr)
Setter method for "onkeyup" tag attribute. |
void |
setOnmousedownExpr(java.lang.String onmousedownExpr)
Setter method for "onmousedown" tag attribute. |
void |
setOnmousemoveExpr(java.lang.String onmousemoveExpr)
Setter method for "onmousemove" tag attribute. |
void |
setOnmouseoutExpr(java.lang.String onmouseoutExpr)
Setter method for "onmouseout" tag attribute. |
void |
setOnmouseoverExpr(java.lang.String onmouseoverExpr)
Setter method for "onmouseover" tag attribute. |
void |
setOnmouseupExpr(java.lang.String onmouseupExpr)
Setter method for "onmouseup" tag attribute. |
void |
setPropertyExpr(java.lang.String propertyExpr)
Setter method for "property" tag attribute. |
void |
setStyleClassExpr(java.lang.String styleClassExpr)
Setter method for "styleClass" tag attribute. |
void |
setStyleExpr(java.lang.String styleExpr)
Setter method for "style" tag attribute. |
void |
setStyleIdExpr(java.lang.String styleIdExpr)
Setter method for "styleId" tag attribute. |
void |
setTabindexExpr(java.lang.String tabindexExpr)
Setter method for "tabindex" tag attribute. |
void |
setTitleExpr(java.lang.String titleExpr)
Setter method for "title" tag attribute. |
void |
setTitleKeyExpr(java.lang.String titleKeyExpr)
Setter method for "titleKey" tag attribute. |
void |
setValueExpr(java.lang.String valueExpr)
Setter method for "value" tag attribute. |
Methods inherited from class org.apache.struts.taglib.html.RadioTag |
doAfterBody, doEndTag, getIdName, getName, getProperty, getValue, prepareName, renderRadioElement, setIdName, setName, setProperty, setValue |
Methods inherited from class org.apache.struts.taglib.html.BaseHandlerTag |
doErrorsExist, getAccesskey, getAlt, getAltKey, getBundle, getDisabled, getElementClose, getErrorKey, getErrorStyle, getErrorStyleClass, getErrorStyleId, getIndexed, getIndexValue, getLocale, getOnblur, getOnchange, getOnclick, getOndblclick, getOnfocus, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getOnselect, getReadonly, getStyle, getStyleClass, getStyleId, getTabindex, getTitle, getTitleKey, isXhtml, lookupProperty, message, prepareAttribute, prepareEventHandlers, prepareFocusEvents, prepareIndex, prepareKeyEvents, prepareMouseEvents, prepareOtherAttributes, prepareStyles, prepareTextEvents, setAccesskey, setAlt, setAltKey, setBundle, setDisabled, setErrorKey, setErrorStyle, setErrorStyleClass, setErrorStyleId, setIndexed, setLocale, setOnblur, setOnchange, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnselect, setReadonly, setStyle, setStyleClass, setStyleId, setTabindex, setTitle, setTitleKey |
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
doInitBody, getBodyContent, getPreviousOut, setBodyContent |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, 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 |
private java.lang.String accessKeyExpr
private java.lang.String altExpr
private java.lang.String altKeyExpr
private java.lang.String bundleExpr
private java.lang.String disabledExpr
private java.lang.String errorKeyExpr
private java.lang.String errorStyleExpr
private java.lang.String errorStyleClassExpr
private java.lang.String errorStyleIdExpr
private java.lang.String idNameExpr
private java.lang.String indexedExpr
private java.lang.String nameExpr
private java.lang.String onblurExpr
private java.lang.String onchangeExpr
private java.lang.String onclickExpr
private java.lang.String ondblclickExpr
private java.lang.String onfocusExpr
private java.lang.String onkeydownExpr
private java.lang.String onkeypressExpr
private java.lang.String onkeyupExpr
private java.lang.String onmousedownExpr
private java.lang.String onmousemoveExpr
private java.lang.String onmouseoutExpr
private java.lang.String onmouseoverExpr
private java.lang.String onmouseupExpr
private java.lang.String propertyExpr
private java.lang.String styleExpr
private java.lang.String styleClassExpr
private java.lang.String styleIdExpr
private java.lang.String tabindexExpr
private java.lang.String titleExpr
private java.lang.String titleKeyExpr
private java.lang.String valueExpr
Constructor Detail |
public ELRadioTag()
Method Detail |
public java.lang.String getAccesskeyExpr()
public java.lang.String getAltExpr()
public java.lang.String getAltKeyExpr()
public java.lang.String getBundleExpr()
public java.lang.String getDisabledExpr()
public java.lang.String getErrorKeyExpr()
public java.lang.String getErrorStyleExpr()
public java.lang.String getErrorStyleClassExpr()
public java.lang.String getErrorStyleIdExpr()
public java.lang.String getIdNameExpr()
public java.lang.String getIndexedExpr()
public java.lang.String getNameExpr()
public java.lang.String getOnblurExpr()
public java.lang.String getOnchangeExpr()
public java.lang.String getOnclickExpr()
public java.lang.String getOndblclickExpr()
public java.lang.String getOnfocusExpr()
public java.lang.String getOnkeydownExpr()
public java.lang.String getOnkeypressExpr()
public java.lang.String getOnkeyupExpr()
public java.lang.String getOnmousedownExpr()
public java.lang.String getOnmousemoveExpr()
public java.lang.String getOnmouseoutExpr()
public java.lang.String getOnmouseoverExpr()
public java.lang.String getOnmouseupExpr()
public java.lang.String getPropertyExpr()
public java.lang.String getStyleExpr()
public java.lang.String getStyleClassExpr()
public java.lang.String getStyleIdExpr()
public java.lang.String getTabindexExpr()
public java.lang.String getTitleExpr()
public java.lang.String getTitleKeyExpr()
public java.lang.String getValueExpr()
public void setAccesskeyExpr(java.lang.String accessKeyExpr)
public void setAltExpr(java.lang.String altExpr)
public void setAltKeyExpr(java.lang.String altKeyExpr)
public void setBundleExpr(java.lang.String bundleExpr)
public void setDisabledExpr(java.lang.String disabledExpr)
public void setErrorKeyExpr(java.lang.String errorKeyExpr)
public void setErrorStyleExpr(java.lang.String errorStyleExpr)
public void setErrorStyleClassExpr(java.lang.String errorStyleClassExpr)
public void setErrorStyleIdExpr(java.lang.String errorStyleIdExpr)
public void setIdNameExpr(java.lang.String idNameExpr)
public void setIndexedExpr(java.lang.String indexedExpr)
public void setNameExpr(java.lang.String nameExpr)
public void setOnblurExpr(java.lang.String onblurExpr)
public void setOnchangeExpr(java.lang.String onchangeExpr)
public void setOnclickExpr(java.lang.String onclickExpr)
public void setOndblclickExpr(java.lang.String ondblclickExpr)
public void setOnfocusExpr(java.lang.String onfocusExpr)
public void setOnkeydownExpr(java.lang.String onkeydownExpr)
public void setOnkeypressExpr(java.lang.String onkeypressExpr)
public void setOnkeyupExpr(java.lang.String onkeyupExpr)
public void setOnmousedownExpr(java.lang.String onmousedownExpr)
public void setOnmousemoveExpr(java.lang.String onmousemoveExpr)
public void setOnmouseoutExpr(java.lang.String onmouseoutExpr)
public void setOnmouseoverExpr(java.lang.String onmouseoverExpr)
public void setOnmouseupExpr(java.lang.String onmouseupExpr)
public void setPropertyExpr(java.lang.String propertyExpr)
public void setStyleExpr(java.lang.String styleExpr)
public void setStyleClassExpr(java.lang.String styleClassExpr)
public void setStyleIdExpr(java.lang.String styleIdExpr)
public void setTabindexExpr(java.lang.String tabindexExpr)
public void setTitleExpr(java.lang.String titleExpr)
public void setTitleKeyExpr(java.lang.String titleKeyExpr)
public void setValueExpr(java.lang.String valueExpr)
public void release()
public int doStartTag() throws javax.servlet.jsp.JspException
javax.servlet.jsp.JspException
- if a JSP exception has occurredprivate void evaluateExpressions() throws javax.servlet.jsp.JspException
javax.servlet.jsp.JspException
- if a JSP exception has occurred
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |