|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectBodyTagSupport
org.apache.struts.taglib.nested.NestedRootTag
NestedRootTag. The only other addition in this nested suite of tags. This tag allows for a nested structure to start without relying on the bean and workings of the FormTag. Useful for view pages that don't update when returning to the server, or use hyperlinks rather than form submits. The Bean that it uses can come out of a jsp:useBean tag or define another bean that's already in scope. As long as the other Struts tags can find the bean by name, it'll work. It's simply recognised by the helper class and it's property is added to the nesting list.
Field Summary | |
private java.lang.String |
name
|
private java.lang.String |
originalName
|
private java.lang.String |
originalNesting
|
private java.lang.String |
originalNestingName
|
Constructor Summary | |
NestedRootTag()
|
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()
Getter method for the 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 name)
Setter method for the name property |
void |
setProperty(java.lang.String property)
Setter method for the property property |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.lang.String name
private java.lang.String originalName
private java.lang.String originalNesting
private java.lang.String originalNestingName
Constructor Detail |
public NestedRootTag()
Method Detail |
public java.lang.String getProperty()
getProperty
in interface NestedPropertySupport
public void setProperty(java.lang.String property)
setProperty
in interface NestedPropertySupport
property
- new value for the property propertypublic java.lang.String getName()
getName
in interface NestedNameSupport
public void setName(java.lang.String name)
setName
in interface NestedNameSupport
name
- new value for the name 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 |