Uses of Interface
org.apache.tapestry5.ioc.services.ClassFactory

Packages that use ClassFactory
org.apache.tapestry5.internal.services [INTERNAL USE ONLY] internal service classes; API subject to change 
org.apache.tapestry5.ioc.internal [INTERNAL USE ONLY] Tapestry IOC implementation details; API subject to change. 
org.apache.tapestry5.ioc.internal.services [INTERNAL USE ONLY] Tapestry IOC service implementation classes; API subject to change. 
org.apache.tapestry5.services Core services 
 

Uses of ClassFactory in org.apache.tapestry5.internal.services
 

Methods in org.apache.tapestry5.internal.services that return ClassFactory
 ClassFactory ComponentInstantiatorSource.getClassFactory()
          Deprecated. Deprecated in 5.3, to be removed in 5.4
 ClassFactory ComponentInstantiatorSourceImpl.getClassFactory()
           
 

Constructors in org.apache.tapestry5.internal.services with parameters of type ClassFactory
BeanModelSourceImpl(TypeCoercer typeCoercer, PropertyAccess propertyAccess, PropertyConduitSource propertyConduitSource, ClassFactory classFactory, DataTypeAnalyzer dataTypeAnalyzer, ObjectLocator locator)
           
 

Uses of ClassFactory in org.apache.tapestry5.ioc.internal
 

Constructors in org.apache.tapestry5.ioc.internal with parameters of type ClassFactory
RegistryImpl(Collection<ModuleDef> moduleDefs, ClassFactory classFactory, PlasticProxyFactory proxyFactory, LoggerSource loggerSource)
          Constructs the registry from a set of module definitions and other resources.
 

Uses of ClassFactory in org.apache.tapestry5.ioc.internal.services
 

Classes in org.apache.tapestry5.ioc.internal.services that implement ClassFactory
 class ClassFactoryImpl
          Implementation of ClassFactory.
 

Uses of ClassFactory in org.apache.tapestry5.services
 

Methods in org.apache.tapestry5.services that return ClassFactory
 ClassFactory TapestryModule.buildComponentClassFactory(ComponentInstantiatorSource source)
          Returns a ClassFactory that can be used to create extra classes around component classes.
 



Copyright © 2003-2012 The Apache Software Foundation.