|
|||||||||
| Home >> All >> org >> apache >> strutsel >> taglib >> [ html overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.strutsel.taglib.html
Class ELImgTag

java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
org.apache.struts.taglib.html.BaseHandlerTag
org.apache.struts.taglib.html.ImgTag
org.apache.strutsel.taglib.html.ELImgTag
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag
- public class ELImgTag
- extends org.apache.struts.taglib.html.ImgTag
Generate an IMG tag to the specified image URI.
TODO:
- make the alt, src, and lowsrc settable from properties (for i18n)
- handle onLoad, onAbort, and onError events (my JavaScript book is very old, there may be more unsupported events in the past couple of IE versions)
This class is a subclass of the class
org.apache.struts.taglib.html.ImgTag 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.
- Version:
- $Rev: 54933 $
| Field Summary | |
private java.lang.String |
actionExpr
Instance variable mapped to "action" tag attribute. |
private java.lang.String |
alignExpr
Instance variable mapped to "align" 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 |
borderExpr
Instance variable mapped to "border" tag attribute. |
private java.lang.String |
bundleExpr
Instance variable mapped to "bundle" tag attribute. |
private java.lang.String |
contextRelativeExpr
Instance variable mapped to "contextRelative" tag attribute. |
private java.lang.String |
heightExpr
Instance variable mapped to "height" tag attribute. |
private java.lang.String |
hspaceExpr
Instance variable mapped to "hspace" tag attribute. |
private java.lang.String |
imageNameExpr
Instance variable mapped to "imageName" tag attribute. |
private java.lang.String |
ismapExpr
Instance variable mapped to "ismap" tag attribute. |
private java.lang.String |
localeExpr
Instance variable mapped to "locale" tag attribute. |
private java.lang.String |
lowsrcExpr
Instance variable mapped to "lowsrc" tag attribute. |
private java.lang.String |
moduleExpr
Instance variable mapped to "module" tag attribute. |
private java.lang.String |
nameExpr
Instance variable mapped to "name" 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 |
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 |
pageExpr
Instance variable mapped to "page" tag attribute. |
private java.lang.String |
pageKeyExpr
Instance variable mapped to "pageKey" tag attribute. |
private java.lang.String |
paramIdExpr
Instance variable mapped to "paramId" tag attribute. |
private java.lang.String |
paramNameExpr
Instance variable mapped to "paramName" tag attribute. |
private java.lang.String |
paramPropertyExpr
Instance variable mapped to "paramProperty" tag attribute. |
private java.lang.String |
paramScopeExpr
Instance variable mapped to "paramScope" tag attribute. |
private java.lang.String |
propertyExpr
Instance variable mapped to "property" tag attribute. |
private java.lang.String |
scopeExpr
Instance variable mapped to "scope" tag attribute. |
private java.lang.String |
srcExpr
Instance variable mapped to "src" tag attribute. |
private java.lang.String |
srcKeyExpr
Instance variable mapped to "srcKey" 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 |
titleExpr
Instance variable mapped to "title" tag attribute. |
private java.lang.String |
titleKeyExpr
Instance variable mapped to "titleKey" tag attribute. |
private java.lang.String |
useLocalEncodingExpr
Instance variable mapped to "useLocalEncoding" tag attribute. |
private java.lang.String |
usemapExpr
Instance variable mapped to "usemap" tag attribute. |
private java.lang.String |
vspaceExpr
Instance variable mapped to "vspace" tag attribute. |
private java.lang.String |
widthExpr
Instance variable mapped to "width" tag attribute. |
| Fields inherited from class org.apache.struts.taglib.html.ImgTag |
action, align, border, contextRelative, height, hspace, imageName, ismap, lowsrc, messages, module, name, page, pageKey, paramId, paramName, paramProperty, paramScope, property, scope, src, srcKey, useLocalEncoding, usemap, vspace, width |
| 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 | |
ELImgTag()
|
|
| 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 |
getActionExpr()
Getter method for "action" tag attribute. |
java.lang.String |
getAlignExpr()
Getter method for "align" 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 |
getBorderExpr()
Getter method for "border" tag attribute. |
java.lang.String |
getBundleExpr()
Getter method for "bundle" tag attribute. |
java.lang.String |
getContextRelativeExpr()
Getter method for "contextRelative" tag attribute. |
java.lang.String |
getHeightExpr()
Getter method for "height" tag attribute. |
java.lang.String |
getHspaceExpr()
Getter method for "hspace" tag attribute. |
java.lang.String |
getImageNameExpr()
Getter method for "imageName" tag attribute. |
java.lang.String |
getIsmapExpr()
Getter method for "ismap" tag attribute. |
java.lang.String |
getLocaleExpr()
Getter method for "locale" tag attribute. |
java.lang.String |
getLowsrcExpr()
Getter method for "lowsrc" tag attribute. |
java.lang.String |
getModuleExpr()
Getter method for "module" tag attribute. |
java.lang.String |
getNameExpr()
Getter method for "name" 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 |
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 |
getPageExpr()
Getter method for "page" tag attribute. |
java.lang.String |
getPageKeyExpr()
Getter method for "pageKey" tag attribute. |
java.lang.String |
getParamIdExpr()
Getter method for "paramId" tag attribute. |
java.lang.String |
getParamNameExpr()
Getter method for "paramName" tag attribute. |
java.lang.String |
getParamPropertyExpr()
Getter method for "paramProperty" tag attribute. |
java.lang.String |
getParamScopeExpr()
Getter method for "paramScope" tag attribute. |
java.lang.String |
getPropertyExpr()
Getter method for "property" tag attribute. |
java.lang.String |
getScopeExpr()
Getter method for "scope" tag attribute. |
java.lang.String |
getSrcExpr()
Getter method for "src" tag attribute. |
java.lang.String |
getSrcKeyExpr()
Getter method for "srcKey" 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 |
getTitleExpr()
Getter method for "title" tag attribute. |
java.lang.String |
getTitleKeyExpr()
Getter method for "titleKey" tag attribute. |
java.lang.String |
getUseLocalEncodingExpr()
Getter method for "useLocalEncoding" tag attribute. |
java.lang.String |
getUsemapExpr()
Getter method for "usemap" tag attribute. |
java.lang.String |
getVspaceExpr()
Getter method for "vspace" tag attribute. |
java.lang.String |
getWidthExpr()
Getter method for "width" tag attribute. |
void |
release()
Resets attribute values for tag reuse. |
void |
setActionExpr(java.lang.String actionExpr)
Setter method for "action" tag attribute. |
void |
setAlignExpr(java.lang.String alignExpr)
Setter method for "align" 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 |
setBorderExpr(java.lang.String borderExpr)
Setter method for "border" tag attribute. |
void |
setBundleExpr(java.lang.String bundleExpr)
Setter method for "bundle" tag attribute. |
void |
setContextRelativeExpr(java.lang.String contextRelativeExpr)
Setter method for "contextRelative" tag attribute. |
void |
setHeightExpr(java.lang.String heightExpr)
Setter method for "height" tag attribute. |
void |
setHspaceExpr(java.lang.String hspaceExpr)
Setter method for "hspace" tag attribute. |
void |
setImageNameExpr(java.lang.String imageNameExpr)
Setter method for "imageName" tag attribute. |
void |
setIsmapExpr(java.lang.String ismapExpr)
Setter method for "ismap" tag attribute. |
void |
setLocaleExpr(java.lang.String localeExpr)
Setter method for "locale" tag attribute. |
void |
setLowsrcExpr(java.lang.String lowsrcExpr)
Setter method for "lowsrc" tag attribute. |
void |
setModuleExpr(java.lang.String moduleExpr)
Setter method for "module" tag attribute. |
void |
setNameExpr(java.lang.String nameExpr)
Setter method for "name" 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 |
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 |
setPageExpr(java.lang.String pageExpr)
Setter method for "page" tag attribute. |
void |
setPageKeyExpr(java.lang.String pageKeyExpr)
Setter method for "pageKey" tag attribute. |
void |
setParamIdExpr(java.lang.String paramIdExpr)
Setter method for "paramId" tag attribute. |
void |
setParamNameExpr(java.lang.String paramNameExpr)
Setter method for "paramName" tag attribute. |
void |
setParamPropertyExpr(java.lang.String paramPropertyExpr)
Setter method for "paramProperty" tag attribute. |
void |
setParamScopeExpr(java.lang.String paramScopeExpr)
Setter method for "paramScope" tag attribute. |
void |
setPropertyExpr(java.lang.String propertyExpr)
Setter method for "property" tag attribute. |
void |
setScopeExpr(java.lang.String scopeExpr)
Setter method for "scope" tag attribute. |
void |
setSrcExpr(java.lang.String srcExpr)
Setter method for "src" tag attribute. |
void |
setSrcKeyExpr(java.lang.String srcKeyExpr)
Setter method for "srcKey" 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 |
setTitleExpr(java.lang.String titleExpr)
Setter method for "title" tag attribute. |
void |
setTitleKeyExpr(java.lang.String titleKeyExpr)
Setter method for "titleKey" tag attribute. |
void |
setUseLocalEncodingExpr(java.lang.String useLocalEncodingExpr)
Setter method for "useLocalEncoding" tag attribute. |
void |
setUsemapExpr(java.lang.String usemapExpr)
Setter method for "usemap" tag attribute. |
void |
setVspaceExpr(java.lang.String vspaceExpr)
Setter method for "vspace" tag attribute. |
void |
setWidthExpr(java.lang.String widthExpr)
Setter method for "width" tag attribute. |
| Methods inherited from class org.apache.struts.taglib.html.ImgTag |
doEndTag, getAction, getAlign, getBorder, getContextRelative, getHeight, getHspace, getImageName, getIsmap, getLowsrc, getModule, getName, getPage, getPageKey, getParamId, getParamName, getParamProperty, getParamScope, getProperty, getScope, getSrc, getSrcKey, getUsemap, getVspace, getWidth, isContextRelativeSet, isUseLocalEncoding, setAction, setAlign, setBorder, setContextRelative, setHeight, setHspace, setImageName, setIsmap, setLowsrc, setModule, setName, setPage, setPageKey, setParamId, setParamName, setParamProperty, setParamScope, setProperty, setScope, setSrc, setSrcKey, setUseLocalEncoding, setUsemap, setVspace, setWidth, src, url |
| Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
doAfterBody, 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 |
actionExpr
private java.lang.String actionExpr
- Instance variable mapped to "action" tag attribute.
(Mapping set in associated BeanInfo class.)
moduleExpr
private java.lang.String moduleExpr
- Instance variable mapped to "module" tag attribute.
(Mapping set in associated BeanInfo class.)
alignExpr
private java.lang.String alignExpr
- Instance variable mapped to "align" tag attribute.
(Mapping set in associated BeanInfo class.)
altExpr
private java.lang.String altExpr
- Instance variable mapped to "alt" tag attribute.
(Mapping set in associated BeanInfo class.)
altKeyExpr
private java.lang.String altKeyExpr
- Instance variable mapped to "altKey" tag attribute.
(Mapping set in associated BeanInfo class.)
borderExpr
private java.lang.String borderExpr
- Instance variable mapped to "border" tag attribute.
(Mapping set in associated BeanInfo class.)
bundleExpr
private java.lang.String bundleExpr
- Instance variable mapped to "bundle" tag attribute.
(Mapping set in associated BeanInfo class.)
contextRelativeExpr
private java.lang.String contextRelativeExpr
- Instance variable mapped to "contextRelative" tag attribute.
(Mapping set in associated BeanInfo class.)
heightExpr
private java.lang.String heightExpr
- Instance variable mapped to "height" tag attribute.
(Mapping set in associated BeanInfo class.)
hspaceExpr
private java.lang.String hspaceExpr
- Instance variable mapped to "hspace" tag attribute.
(Mapping set in associated BeanInfo class.)
imageNameExpr
private java.lang.String imageNameExpr
- Instance variable mapped to "imageName" tag attribute.
(Mapping set in associated BeanInfo class.)
ismapExpr
private java.lang.String ismapExpr
- Instance variable mapped to "ismap" tag attribute.
(Mapping set in associated BeanInfo class.)
localeExpr
private java.lang.String localeExpr
- Instance variable mapped to "locale" tag attribute.
(Mapping set in associated BeanInfo class.)
lowsrcExpr
private java.lang.String lowsrcExpr
- Instance variable mapped to "lowsrc" tag attribute.
(Mapping set in associated BeanInfo class.)
nameExpr
private java.lang.String nameExpr
- Instance variable mapped to "name" tag attribute.
(Mapping set in associated BeanInfo class.)
onclickExpr
private java.lang.String onclickExpr
- Instance variable mapped to "onclick" tag attribute.
(Mapping set in associated BeanInfo class.)
ondblclickExpr
private java.lang.String ondblclickExpr
- Instance variable mapped to "ondblclick" tag attribute.
(Mapping set in associated BeanInfo class.)
onkeydownExpr
private java.lang.String onkeydownExpr
- Instance variable mapped to "onkeydown" tag attribute.
(Mapping set in associated BeanInfo class.)
onkeypressExpr
private java.lang.String onkeypressExpr
- Instance variable mapped to "onkeypress" tag attribute.
(Mapping set in associated BeanInfo class.)
onkeyupExpr
private java.lang.String onkeyupExpr
- Instance variable mapped to "onkeyup" tag attribute.
(Mapping set in associated BeanInfo class.)
onmousedownExpr
private java.lang.String onmousedownExpr
- Instance variable mapped to "onmousedown" tag attribute.
(Mapping set in associated BeanInfo class.)
onmousemoveExpr
private java.lang.String onmousemoveExpr
- Instance variable mapped to "onmousemove" tag attribute.
(Mapping set in associated BeanInfo class.)
onmouseoutExpr
private java.lang.String onmouseoutExpr
- Instance variable mapped to "onmouseout" tag attribute.
(Mapping set in associated BeanInfo class.)
onmouseoverExpr
private java.lang.String onmouseoverExpr
- Instance variable mapped to "onmouseover" tag attribute.
(Mapping set in associated BeanInfo class.)
onmouseupExpr
private java.lang.String onmouseupExpr
- Instance variable mapped to "onmouseup" tag attribute.
(Mapping set in associated BeanInfo class.)
paramIdExpr
private java.lang.String paramIdExpr
- Instance variable mapped to "paramId" tag attribute.
(Mapping set in associated BeanInfo class.)
pageExpr
private java.lang.String pageExpr
- Instance variable mapped to "page" tag attribute.
(Mapping set in associated BeanInfo class.)
pageKeyExpr
private java.lang.String pageKeyExpr
- Instance variable mapped to "pageKey" tag attribute.
(Mapping set in associated BeanInfo class.)
paramNameExpr
private java.lang.String paramNameExpr
- Instance variable mapped to "paramName" tag attribute.
(Mapping set in associated BeanInfo class.)
paramPropertyExpr
private java.lang.String paramPropertyExpr
- Instance variable mapped to "paramProperty" tag attribute.
(Mapping set in associated BeanInfo class.)
paramScopeExpr
private java.lang.String paramScopeExpr
- Instance variable mapped to "paramScope" tag attribute.
(Mapping set in associated BeanInfo class.)
propertyExpr
private java.lang.String propertyExpr
- Instance variable mapped to "property" tag attribute.
(Mapping set in associated BeanInfo class.)
scopeExpr
private java.lang.String scopeExpr
- Instance variable mapped to "scope" tag attribute.
(Mapping set in associated BeanInfo class.)
srcExpr
private java.lang.String srcExpr
- Instance variable mapped to "src" tag attribute.
(Mapping set in associated BeanInfo class.)
srcKeyExpr
private java.lang.String srcKeyExpr
- Instance variable mapped to "srcKey" tag attribute.
(Mapping set in associated BeanInfo class.)
styleExpr
private java.lang.String styleExpr
- Instance variable mapped to "style" tag attribute.
(Mapping set in associated BeanInfo class.)
styleClassExpr
private java.lang.String styleClassExpr
- Instance variable mapped to "styleClass" tag attribute.
(Mapping set in associated BeanInfo class.)
styleIdExpr
private java.lang.String styleIdExpr
- Instance variable mapped to "styleId" tag attribute.
(Mapping set in associated BeanInfo class.)
titleExpr
private java.lang.String titleExpr
- Instance variable mapped to "title" tag attribute.
(Mapping set in associated BeanInfo class.)
titleKeyExpr
private java.lang.String titleKeyExpr
- Instance variable mapped to "titleKey" tag attribute.
(Mapping set in associated BeanInfo class.)
useLocalEncodingExpr
private java.lang.String useLocalEncodingExpr
- Instance variable mapped to "useLocalEncoding" tag attribute.
(Mapping set in associated BeanInfo class.)
usemapExpr
private java.lang.String usemapExpr
- Instance variable mapped to "usemap" tag attribute.
(Mapping set in associated BeanInfo class.)
vspaceExpr
private java.lang.String vspaceExpr
- Instance variable mapped to "vspace" tag attribute.
(Mapping set in associated BeanInfo class.)
widthExpr
private java.lang.String widthExpr
- Instance variable mapped to "width" tag attribute.
(Mapping set in associated BeanInfo class.)
| Constructor Detail |
ELImgTag
public ELImgTag()
| Method Detail |
getActionExpr
public java.lang.String getActionExpr()
- Getter method for "action" tag attribute.
(Mapping set in associated BeanInfo class.)
getModuleExpr
public java.lang.String getModuleExpr()
- Getter method for "module" tag attribute.
(Mapping set in associated BeanInfo class.)
getAlignExpr
public java.lang.String getAlignExpr()
- Getter method for "align" tag attribute.
(Mapping set in associated BeanInfo class.)
getAltExpr
public java.lang.String getAltExpr()
- Getter method for "alt" tag attribute.
(Mapping set in associated BeanInfo class.)
getAltKeyExpr
public java.lang.String getAltKeyExpr()
- Getter method for "altKey" tag attribute.
(Mapping set in associated BeanInfo class.)
getBorderExpr
public java.lang.String getBorderExpr()
- Getter method for "border" tag attribute.
(Mapping set in associated BeanInfo class.)
getBundleExpr
public java.lang.String getBundleExpr()
- Getter method for "bundle" tag attribute.
(Mapping set in associated BeanInfo class.)
getContextRelativeExpr
public java.lang.String getContextRelativeExpr()
- Getter method for "contextRelative" tag attribute.
(Mapping set in associated BeanInfo class.)
getHeightExpr
public java.lang.String getHeightExpr()
- Getter method for "height" tag attribute.
(Mapping set in associated BeanInfo class.)
getHspaceExpr
public java.lang.String getHspaceExpr()
- Getter method for "hspace" tag attribute.
(Mapping set in associated BeanInfo class.)
getImageNameExpr
public java.lang.String getImageNameExpr()
- Getter method for "imageName" tag attribute.
(Mapping set in associated BeanInfo class.)
getIsmapExpr
public java.lang.String getIsmapExpr()
- Getter method for "ismap" tag attribute.
(Mapping set in associated BeanInfo class.)
getLocaleExpr
public java.lang.String getLocaleExpr()
- Getter method for "locale" tag attribute.
(Mapping set in associated BeanInfo class.)
getLowsrcExpr
public java.lang.String getLowsrcExpr()
- Getter method for "lowsrc" tag attribute.
(Mapping set in associated BeanInfo class.)
getNameExpr
public java.lang.String getNameExpr()
- Getter method for "name" tag attribute.
(Mapping set in associated BeanInfo class.)
getOnclickExpr
public java.lang.String getOnclickExpr()
- Getter method for "onclick" tag attribute.
(Mapping set in associated BeanInfo class.)
getOndblclickExpr
public java.lang.String getOndblclickExpr()
- Getter method for "ondblclick" tag attribute.
(Mapping set in associated BeanInfo class.)
getOnkeydownExpr
public java.lang.String getOnkeydownExpr()
- Getter method for "onkeydown" tag attribute.
(Mapping set in associated BeanInfo class.)
getOnkeypressExpr
public java.lang.String getOnkeypressExpr()
- Getter method for "onkeypress" tag attribute.
(Mapping set in associated BeanInfo class.)
getOnkeyupExpr
public java.lang.String getOnkeyupExpr()
- Getter method for "onkeyup" tag attribute.
(Mapping set in associated BeanInfo class.)
getOnmousedownExpr
public java.lang.String getOnmousedownExpr()
- Getter method for "onmousedown" tag attribute.
(Mapping set in associated BeanInfo class.)
getOnmousemoveExpr
public java.lang.String getOnmousemoveExpr()
- Getter method for "onmousemove" tag attribute.
(Mapping set in associated BeanInfo class.)
getOnmouseoutExpr
public java.lang.String getOnmouseoutExpr()
- Getter method for "onmouseout" tag attribute.
(Mapping set in associated BeanInfo class.)
getOnmouseoverExpr
public java.lang.String getOnmouseoverExpr()
- Getter method for "onmouseover" tag attribute.
(Mapping set in associated BeanInfo class.)
getOnmouseupExpr
public java.lang.String getOnmouseupExpr()
- Getter method for "onmouseup" tag attribute.
(Mapping set in associated BeanInfo class.)
getParamIdExpr
public java.lang.String getParamIdExpr()
- Getter method for "paramId" tag attribute.
(Mapping set in associated BeanInfo class.)
getPageExpr
public java.lang.String getPageExpr()
- Getter method for "page" tag attribute.
(Mapping set in associated BeanInfo class.)
getPageKeyExpr
public java.lang.String getPageKeyExpr()
- Getter method for "pageKey" tag attribute.
(Mapping set in associated BeanInfo class.)
getParamNameExpr
public java.lang.String getParamNameExpr()
- Getter method for "paramName" tag attribute.
(Mapping set in associated BeanInfo class.)
getParamPropertyExpr
public java.lang.String getParamPropertyExpr()
- Getter method for "paramProperty" tag attribute.
(Mapping set in associated BeanInfo class.)
getParamScopeExpr
public java.lang.String getParamScopeExpr()
- Getter method for "paramScope" tag attribute.
(Mapping set in associated BeanInfo class.)
getPropertyExpr
public java.lang.String getPropertyExpr()
- Getter method for "property" tag attribute.
(Mapping set in associated BeanInfo class.)
getScopeExpr
public java.lang.String getScopeExpr()
- Getter method for "scope" tag attribute.
(Mapping set in associated BeanInfo class.)
getSrcExpr
public java.lang.String getSrcExpr()
- Getter method for "src" tag attribute.
(Mapping set in associated BeanInfo class.)
getSrcKeyExpr
public java.lang.String getSrcKeyExpr()
- Getter method for "srcKey" tag attribute.
(Mapping set in associated BeanInfo class.)
getStyleExpr
public java.lang.String getStyleExpr()
- Getter method for "style" tag attribute.
(Mapping set in associated BeanInfo class.)
getStyleClassExpr
public java.lang.String getStyleClassExpr()
- Getter method for "styleClass" tag attribute.
(Mapping set in associated BeanInfo class.)
getStyleIdExpr
public java.lang.String getStyleIdExpr()
- Getter method for "styleId" tag attribute.
(Mapping set in associated BeanInfo class.)
getTitleExpr
public java.lang.String getTitleExpr()
- Getter method for "title" tag attribute.
(Mapping set in associated BeanInfo class.)
getTitleKeyExpr
public java.lang.String getTitleKeyExpr()
- Getter method for "titleKey" tag attribute.
(Mapping set in associated BeanInfo class.)
getUseLocalEncodingExpr
public java.lang.String getUseLocalEncodingExpr()
- Getter method for "useLocalEncoding" tag attribute.
(Mapping set in associated BeanInfo class.)
getUsemapExpr
public java.lang.String getUsemapExpr()
- Getter method for "usemap" tag attribute.
(Mapping set in associated BeanInfo class.)
getVspaceExpr
public java.lang.String getVspaceExpr()
- Getter method for "vspace" tag attribute.
(Mapping set in associated BeanInfo class.)
getWidthExpr
public java.lang.String getWidthExpr()
- Getter method for "width" tag attribute.
(Mapping set in associated BeanInfo class.)
setActionExpr
public void setActionExpr(java.lang.String actionExpr)
- Setter method for "action" tag attribute.
(Mapping set in associated BeanInfo class.)
setModuleExpr
public void setModuleExpr(java.lang.String moduleExpr)
- Setter method for "module" tag attribute.
(Mapping set in associated BeanInfo class.)
setAlignExpr
public void setAlignExpr(java.lang.String alignExpr)
- Setter method for "align" tag attribute.
(Mapping set in associated BeanInfo class.)
setAltExpr
public void setAltExpr(java.lang.String altExpr)
- Setter method for "alt" tag attribute.
(Mapping set in associated BeanInfo class.)
setAltKeyExpr
public void setAltKeyExpr(java.lang.String altKeyExpr)
- Setter method for "altKey" tag attribute.
(Mapping set in associated BeanInfo class.)
setBorderExpr
public void setBorderExpr(java.lang.String borderExpr)
- Setter method for "border" tag attribute.
(Mapping set in associated BeanInfo class.)
setBundleExpr
public void setBundleExpr(java.lang.String bundleExpr)
- Setter method for "bundle" tag attribute.
(Mapping set in associated BeanInfo class.)
setContextRelativeExpr
public void setContextRelativeExpr(java.lang.String contextRelativeExpr)
- Setter method for "contextRelative" tag attribute.
(Mapping set in associated BeanInfo class.)
setHeightExpr
public void setHeightExpr(java.lang.String heightExpr)
- Setter method for "height" tag attribute.
(Mapping set in associated BeanInfo class.)
setHspaceExpr
public void setHspaceExpr(java.lang.String hspaceExpr)
- Setter method for "hspace" tag attribute.
(Mapping set in associated BeanInfo class.)
setImageNameExpr
public void setImageNameExpr(java.lang.String imageNameExpr)
- Setter method for "imageName" tag attribute.
(Mapping set in associated BeanInfo class.)
setIsmapExpr
public void setIsmapExpr(java.lang.String ismapExpr)
- Setter method for "ismap" tag attribute.
(Mapping set in associated BeanInfo class.)
setLocaleExpr
public void setLocaleExpr(java.lang.String localeExpr)
- Setter method for "locale" tag attribute.
(Mapping set in associated BeanInfo class.)
setLowsrcExpr
public void setLowsrcExpr(java.lang.String lowsrcExpr)
- Setter method for "lowsrc" tag attribute.
(Mapping set in associated BeanInfo class.)
setNameExpr
public void setNameExpr(java.lang.String nameExpr)
- Setter method for "name" tag attribute.
(Mapping set in associated BeanInfo class.)
setOnclickExpr
public void setOnclickExpr(java.lang.String onclickExpr)
- Setter method for "onclick" tag attribute.
(Mapping set in associated BeanInfo class.)
setOndblclickExpr
public void setOndblclickExpr(java.lang.String ondblclickExpr)
- Setter method for "ondblclick" tag attribute.
(Mapping set in associated BeanInfo class.)
setOnkeydownExpr
public void setOnkeydownExpr(java.lang.String onkeydownExpr)
- Setter method for "onkeydown" tag attribute.
(Mapping set in associated BeanInfo class.)
setOnkeypressExpr
public void setOnkeypressExpr(java.lang.String onkeypressExpr)
- Setter method for "onkeypress" tag attribute.
(Mapping set in associated BeanInfo class.)
setOnkeyupExpr
public void setOnkeyupExpr(java.lang.String onkeyupExpr)
- Setter method for "onkeyup" tag attribute.
(Mapping set in associated BeanInfo class.)
setOnmousedownExpr
public void setOnmousedownExpr(java.lang.String onmousedownExpr)
- Setter method for "onmousedown" tag attribute.
(Mapping set in associated BeanInfo class.)
setOnmousemoveExpr
public void setOnmousemoveExpr(java.lang.String onmousemoveExpr)
- Setter method for "onmousemove" tag attribute.
(Mapping set in associated BeanInfo class.)
setOnmouseoutExpr
public void setOnmouseoutExpr(java.lang.String onmouseoutExpr)
- Setter method for "onmouseout" tag attribute.
(Mapping set in associated BeanInfo class.)
setOnmouseoverExpr
public void setOnmouseoverExpr(java.lang.String onmouseoverExpr)
- Setter method for "onmouseover" tag attribute.
(Mapping set in associated BeanInfo class.)
setOnmouseupExpr
public void setOnmouseupExpr(java.lang.String onmouseupExpr)
- Setter method for "onmouseup" tag attribute.
(Mapping set in associated BeanInfo class.)
setParamIdExpr
public void setParamIdExpr(java.lang.String paramIdExpr)
- Setter method for "paramId" tag attribute.
(Mapping set in associated BeanInfo class.)
setPageExpr
public void setPageExpr(java.lang.String pageExpr)
- Setter method for "page" tag attribute.
(Mapping set in associated BeanInfo class.)
setPageKeyExpr
public void setPageKeyExpr(
JAVADOC