|
|||||||||||
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.LinkTag
org.apache.struts.taglib.nested.html.NestedLinkTag
NestedLinkTag.
Field Summary | |
private java.lang.String |
origName
|
private java.lang.String |
origParamProperty
|
private java.lang.String |
origProperty
|
Fields inherited from class org.apache.struts.taglib.html.LinkTag |
action, anchor, forward, href, indexId, linkName, messages, module, name, page, paramId, paramName, paramProperty, paramScope, property, scope, target, text, transaction, useLocalEncoding |
Fields inherited from class org.apache.struts.taglib.html.BaseHandlerTag |
accesskey, defaultLocale, indexed, tabindex |
Constructor Summary | |
NestedLinkTag()
|
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.LinkTag |
calculateURL, doAfterBody, getAction, getAnchor, getForward, getHref, getIndexId, getLinkName, getModule, getName, getPage, getParamId, getParamName, getParamProperty, getParamScope, getProperty, getScope, getTarget, getTransaction, isUseLocalEncoding, setAction, setAnchor, setForward, setHref, setIndexId, setLinkName, setModule, setName, setPage, setParamId, setParamName, setParamProperty, setParamScope, setProperty, setScope, setTarget, setTransaction, setUseLocalEncoding |
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 origName
private java.lang.String origProperty
private java.lang.String origParamProperty
Constructor Detail |
public NestedLinkTag()
Method Detail |
public int doStartTag() throws JspException
doStartTag
in class LinkTag
JspException
public int doEndTag() throws JspException
doEndTag
in class LinkTag
JspException
- for the bad things JSP's dopublic void release()
release
in class LinkTag
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |