|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectBodyTagSupport
org.apache.struts.taglib.nested.NestedPropertyTag
NestedPropertyTag. The one of only two additions in this nested suite of tags. This is so that you can specify extra levels of nesting in one elegant tag rather than having to propagate and manage an extra dot notated property in nested child tags. It's simply recognised by the helper class and it's property is added to the nesting list.
Field Summary | |
private java.lang.String |
originalName
|
private java.lang.String |
originalNest
|
private java.lang.String |
originalProperty
|
private java.lang.String |
property
|
Constructor Summary | |
NestedPropertyTag()
|
Method Summary | |
int |
doAfterBody()
Render the resulting content evaluation. |
int |
doEndTag()
Evaluate the rest of the page |
int |
doStartTag()
Overriding method of the heart of the tag. |
java.lang.String |
getName()
The getters and setters required to set a tags name property. |
java.lang.String |
getProperty()
Getter method for the property property |
void |
release()
JSP method to release all resources held by the tag. |
void |
setName(java.lang.String newNamed)
The setter for the name property |
void |
setProperty(java.lang.String newProperty)
Setter method for the property property Also, only setting the original property value to those values not set by the nested logic. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.lang.String property
private java.lang.String originalNest
private java.lang.String originalName
private java.lang.String originalProperty
Constructor Detail |
public NestedPropertyTag()
Method Detail |
public java.lang.String getName()
NestedNameSupport
getName
in interface NestedNameSupport
public void setName(java.lang.String newNamed)
NestedNameSupport
setName
in interface NestedNameSupport
newNamed
- new String value to set the name property topublic java.lang.String getProperty()
getProperty
in interface NestedPropertySupport
public void setProperty(java.lang.String newProperty)
setProperty
in interface NestedPropertySupport
newProperty
- new value for the property propertypublic int doStartTag() throws JspException
JspException
public int doAfterBody() throws JspException
JspException
public int doEndTag() throws JspException
JspException
public void release()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |