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

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

Uses of IBeanSpecification in org.apache.tapestry.spec
 

Classes in org.apache.tapestry.spec that implement IBeanSpecification
 class BeanSpecification
          A specification of a helper bean for a component.
 

Methods in org.apache.tapestry.spec that return IBeanSpecification
 IBeanSpecification SpecFactory.createBeanSpecification()
          Creates a new instance of IBeanSpecification.
 IBeanSpecification IComponentSpecification.getBeanSpecification(java.lang.String name)
          Returns the IBeanSpecificationfor the given name, or null if not such specification exists.
 IBeanSpecification ComponentSpecification.getBeanSpecification(java.lang.String name)
          Returns the IBeanSpecificationfor the given name, or null if not such specification exists.
 

Methods in org.apache.tapestry.spec with parameters of type IBeanSpecification
 void IComponentSpecification.addBeanSpecification(java.lang.String name, IBeanSpecification specification)
           
 void ComponentSpecification.addBeanSpecification(java.lang.String name, IBeanSpecification specification)