Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
BodyTagSupport
org.apache.struts.taglib.html.BaseHandlerTag
org.apache.struts.taglib.html.SubmitTag
org.apache.struts.taglib.html.ImageTag
public class ImageTag
extends SubmitTag
Field Summary | |
protected String |
|
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 , 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 |
Method Summary | |
int |
|
int |
|
String |
|
String | |
String |
|
String | |
String |
|
String |
|
String | |
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
protected String |
|
Methods inherited from class org.apache.struts.taglib.html.SubmitTag | |
doAfterBody , doEndTag , doStartTag , getProperty , getValue , 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 property
The name attribute for the image button.
protected String src
The URL of this image.
protected String srcKey
The message resources key for the URL of this image.
public int doEndTag() throws JspException
Process the end of this tag. [Indexed property since Struts 1.1]
- Overrides:
- doEndTag in interface SubmitTag
public int doStartTag() throws JspException
Process the start of this tag.
- Overrides:
- doStartTag in interface SubmitTag
public String getAlign()
Deprecated. Align attribute is deprecated in HTML 4.x.
public String getBorder()
public String getPage()
public String getPageKey()
public String getProperty()
Return the property.
- Overrides:
- getProperty in interface SubmitTag
public String getSrc()
public String getSrcKey()
public void release()
Release any acquired resources.
- Overrides:
- release in interface SubmitTag
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 setProperty(String property)
Set the property name.
- Overrides:
- setProperty in interface SubmitTag
- Parameters:
property
- The property name
public void setSrc(String src)
public void setSrcKey(String srcKey)
protected String src() throws JspException
Return the base source URL that will be rendered in thesrc
property for this generated element, ornull
if there is no such URL.