Apache Struts API Documentation: Uses of Package org.apache.struts.taglib.nested

Apache Struts API


Uses of Package
org.apache.struts.taglib.nested

Packages that use org.apache.struts.taglib.nested
org.apache.struts.taglib.nested Nested tags & supporting classes extend the base struts tags to allow them to relate to each other in a nested nature. 
org.apache.struts.taglib.nested.bean The nested bean tags extend the org.apache.struts.taglib.bean tags to allow them to relate to each other in a nested nature. 
org.apache.struts.taglib.nested.html The nested html tags extend the org.apache.struts.taglib.html tags to allow them to relate to each other in a nested nature. 
org.apache.struts.taglib.nested.logic The nested html tags extend the org.apache.struts.taglib.logic tags to allow them to relate to each other in a nested nature. 
 

Classes in org.apache.struts.taglib.nested used by org.apache.struts.taglib.nested
NestedNameSupport
          This is so that managing classes can tell if a nested tag needs to have its name property set.
NestedPropertySupport
          This interface is for managing classes of the nested extension, so they can know to set the tag's property property.
NestedReference
          So that a nested hierarchy can penetrate a dynamic JSP include, this class will hold the details of a bean name and nested property.
NestedTagSupport
          This is to simply allow managing classes to identify the tags to invoke common methods against them.
 

Classes in org.apache.struts.taglib.nested used by org.apache.struts.taglib.nested.bean
NestedNameSupport
          This is so that managing classes can tell if a nested tag needs to have its name property set.
NestedPropertySupport
          This interface is for managing classes of the nested extension, so they can know to set the tag's property property.
NestedTagSupport
          This is to simply allow managing classes to identify the tags to invoke common methods against them.
 

Classes in org.apache.struts.taglib.nested used by org.apache.struts.taglib.nested.html
NestedNameSupport
          This is so that managing classes can tell if a nested tag needs to have its name property set.
NestedPropertySupport
          This interface is for managing classes of the nested extension, so they can know to set the tag's property property.
NestedTagSupport
          This is to simply allow managing classes to identify the tags to invoke common methods against them.
 

Classes in org.apache.struts.taglib.nested used by org.apache.struts.taglib.nested.logic
NestedNameSupport
          This is so that managing classes can tell if a nested tag needs to have its name property set.
NestedPropertySupport
          This interface is for managing classes of the nested extension, so they can know to set the tag's property property.
NestedTagSupport
          This is to simply allow managing classes to identify the tags to invoke common methods against them.
 



Copyright © 2000-2005 - The Apache Software Foundation