org.apache.struts.taglib.nested |
|
Java Source File Name | Type | Comment |
NestedNameSupport.java | Interface | This is so that managing classes can tell if a nested tag needs to have its
name property set. |
NestedParentSupport.java | Interface | This interface is so managing classes of the nested tag can identify a tag
as a parent tag that other tags retrieve nested properties from. |
NestedPropertyHelper.java | Class | A simple helper class that does everything that needs to be done to get
the nested tag extension to work. |
NestedPropertySupport.java | Interface | This interface is for managing classes of the nested extension, so they can
know to set the tag's property property. |
NestedPropertyTag.java | Class | NestedPropertyTag.
The one of only two additions in this nested suite of tags. |
NestedReference.java | Class | So that a nested hierarchy can penetrate a dynamic JSP include, this class
will hold the details of a bean name and nested property. |
NestedRootTag.java | Class | NestedRootTag.
The only other addition in this nested suite of tags. |
NestedTagSupport.java | Interface | This is to simply allow managing classes to identify the tags to invoke
common methods against them. |
NestedWriteNestingTag.java | Class | NestedWriteNestingTag. |
NestedWriteNestingTei.java | Class | NestedWriteNestingTei
This class will allow the nested:writeNesting tag to actually do what the
doc says and make a scripting variable as an option (when "id" is
supplied). |