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

Packages that use IBeanSpecification
org.apache.tapestry.contrib.inspector Implementation of the Tapestry Inspector, a specialized page used to dynamically introspect the construction of an application while it runs. 
org.apache.tapestry.spec Classes to represent application and component specifications. 
 

Uses of IBeanSpecification in org.apache.tapestry.contrib.inspector
 

Methods in org.apache.tapestry.contrib.inspector that return IBeanSpecification
 IBeanSpecification ShowSpecification.getBeanSpecification()
           
 

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(String name)
          Returns the IBeanSpecificationfor the given name, or null if not such specification exists.
 IBeanSpecification ComponentSpecification.getBeanSpecification(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(String name, IBeanSpecification specification)
           
 void ComponentSpecification.addBeanSpecification(String name, IBeanSpecification specification)
           
 



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.