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

Packages that use ComponentConstructorFactory
org.apache.tapestry.pageload Classes used when loading pages (and thier heirarchies of components) from thier specifications, as well as organizaing thier templates. 
org.apache.tapestry.services.impl Service implementations. 
 

Uses of ComponentConstructorFactory in org.apache.tapestry.pageload
 

Methods in org.apache.tapestry.pageload with parameters of type ComponentConstructorFactory
 void PageLoader.setComponentConstructorFactory(ComponentConstructorFactory componentConstructorFactory)
           
 

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

Classes in org.apache.tapestry.services.impl that implement ComponentConstructorFactory
 class ComponentConstructorFactoryImpl
          Implementation of the ComponentConstructorFactory service interface.
 



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