Uses of Interface
org.apache.tapestry.spec.IContainedComponent

Packages that use IContainedComponent
org.apache.tapestry.spec Classes to represent application and component specifications. 
 

Uses of IContainedComponent in org.apache.tapestry.spec
 

Classes in org.apache.tapestry.spec that implement IContainedComponent
 class ContainedComponent
          Defines a contained component.
 

Methods in org.apache.tapestry.spec that return IContainedComponent
 IContainedComponent SpecFactory.createContainedComponent()
          Creates a concrete instance of IContainedComponent.
 IContainedComponent IComponentSpecification.getComponent(java.lang.String id)
          Returns the specification of a contained component with the given id, or null if no such contained component exists.
 IContainedComponent ComponentSpecification.getComponent(java.lang.String id)
          Returns the specification of a contained component with the given id, or null if no such contained component exists.
 

Methods in org.apache.tapestry.spec with parameters of type IContainedComponent
 void IComponentSpecification.addComponent(java.lang.String id, IContainedComponent component)
           
 void ComponentSpecification.addComponent(java.lang.String id, IContainedComponent component)