|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectBodyTagSupport
org.apache.struts.taglib.html.BaseHandlerTag
org.apache.struts.taglib.html.ImgTag
org.apache.struts.taglib.nested.html.NestedImgTag
NestedImgTag, renders the nested version of the tag.
Field Summary | |
private java.lang.String |
originalName
|
private java.lang.String |
originalProperty
|
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, indexed, tabindex |
Constructor Summary | |
NestedImgTag()
|
Method Summary | |
int |
doEndTag()
Complete the processing of the tag. |
int |
doStartTag()
Overriding method of the heart of the matter. |
void |
release()
Release the tag's resources and reset the values. |
Methods inherited from class org.apache.struts.taglib.html.ImgTag |
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.struts.taglib.nested.NestedNameSupport |
getName, setName |
Methods inherited from interface org.apache.struts.taglib.nested.NestedPropertySupport |
getProperty, setProperty |
Field Detail |
private java.lang.String originalName
private java.lang.String originalProperty
Constructor Detail |
public NestedImgTag()
Method Detail |
public int doStartTag() throws JspException
doStartTag
in class ImgTag
JspException
public int doEndTag() throws JspException
doEndTag
in class ImgTag
JspException
- for the bad things JSP's dopublic void release()
release
in class ImgTag
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |