Uses of Interface
org.apache.tapestry.services.ComponentConstructor

Packages that use ComponentConstructor
org.apache.tapestry.enhance Classes used for performing dynamic bytecode enhancement of component and page classes. 
org.apache.tapestry.services Interfaces for Tapestry-related HiveMind services. 
org.apache.tapestry.services.impl Service implementations. 
 

Uses of ComponentConstructor in org.apache.tapestry.enhance
 

Classes in org.apache.tapestry.enhance that implement ComponentConstructor
 class ComponentConstructorImpl
           
 

Methods in org.apache.tapestry.enhance that return ComponentConstructor
 ComponentConstructor EnhancementOperationImpl.getConstructor()
          Returns an object that can be used to construct instances of the enhanced component subclass.
 

Uses of ComponentConstructor in org.apache.tapestry.services
 

Methods in org.apache.tapestry.services that return ComponentConstructor
 ComponentConstructor ComponentConstructorFactory.getComponentConstructor(IComponentSpecification specification, String className)
          Passed a component specification and the base component class name, provides back an object used to instantiate instances of the component.
 

Uses of ComponentConstructor in org.apache.tapestry.services.impl
 

Methods in org.apache.tapestry.services.impl that return ComponentConstructor
 ComponentConstructor ComponentConstructorFactoryImpl.getComponentConstructor(IComponentSpecification specification, String className)
           
 



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