| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
BodyTagSupportorg.apache.struts.taglib.html.BaseHandlerTagorg.apache.struts.taglib.html.SubmitTagorg.apache.struts.taglib.html.ImageTagpublic class ImageTagextends SubmitTagField Summary | |
protected String |
|
protected String |
|
protected String |
|
protected String |
|
protected String |
|
protected String |
|
Fields inherited from class org.apache.struts.taglib.html.BaseHandlerTag | |
accesskey, alt, altKey, bundle, defaultLocale, disabled, doDisabled, doReadonly, errorKey, errorStyle, errorStyleClass, errorStyleId, indexed, locale, log, loopTagStatusClass, loopTagStatusGetIndex, loopTagSupportClass, loopTagSupportGetStatus, messages, onblur, onchange, onclick, ondblclick, onfocus, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onselect, readonly, style, styleClass, styleId, tabindex, title, titleKey, triedJstlInit, triedJstlSuccess | |
Constructor Summary | |
| |
Method Summary | |
String |
|
String | |
protected String |
|
String |
|
String | |
String |
|
String | |
protected void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
protected String |
|
Methods inherited from class org.apache.struts.taglib.html.SubmitTag | |
doAfterBody, doEndTag, doStartTag, getDefaultValue, getElementOpen, getProperty, getValue, prepareButtonAttributes, prepareName, prepareValue, release, setProperty, setValue | |
protected String align
The alignment for this image.
protected String border
The border size around the image.
protected String page
The module-relative URI of the image.
protected String pageKey
The message resources key of the module-relative URI of the image.
protected String src
The URL of this image.
protected String srcKey
The message resources key for the URL of this image.
public String getAlign()
Deprecated. Align attribute is deprecated in HTML 4.x.
public String getBorder()
protected String getElementOpen()
Render the opening element.
- Overrides:
- getElementOpen in interface SubmitTag
- Returns:
- The opening part of the element.
public String getPage()
public String getPageKey()
public String getSrc()
public String getSrcKey()
protected void prepareButtonAttributes(StringBuffer results)
throws JspExceptionRender the button attributes
- Overrides:
- prepareButtonAttributes in interface SubmitTag
- Parameters:
results- The StringBuffer that output will be appended to.
public void release()
Release any acquired resources.
public void setAlign(String align)
Deprecated. Align attribute is deprecated in HTML 4.x.
public void setBorder(String border)
public void setPage(String page)
public void setPageKey(String pageKey)
public void setSrc(String src)
public void setSrcKey(String srcKey)
protected String src()
throws JspExceptionReturn the base source URL that will be rendered in thesrcproperty for this generated element, ornullif there is no such URL.