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

Packages that use ClassFactory
org.apache.tapestry5.internal.services   
org.apache.tapestry5.internal.transform   
org.apache.tapestry5.ioc.internal   
org.apache.tapestry5.ioc.internal.services   
org.apache.tapestry5.ioc.internal.util   
org.apache.tapestry5.services   
 

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

Methods in org.apache.tapestry5.internal.services that return ClassFactory
 ClassFactory ComponentInstantiatorSource.getClassFactory()
          Returns a class factory that can be used to generate additional classes around enhanced classes, or create subclasses of enhanced classes.
 ClassFactory ComponentInstantiatorSourceImpl.getClassFactory()
           
 

Methods in org.apache.tapestry5.internal.services with parameters of type ClassFactory
 ComponentInstantiatorSource InternalModule.buildComponentInstantiatorSource(ClassFactory classFactory, ComponentClassTransformer transformer, org.slf4j.Logger logger, InternalRequestGlobals internalRequestGlobals)
           
 

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)
           
ComponentClassCacheImpl(ClassFactory classFactory)
           
ComponentClassTransformerImpl(ComponentClassTransformWorker workerChain, LoggerSource loggerSource, ClassFactory classFactory, CtClassSource classSource, ComponentClassCache componentClassCache)
           
EnvironmentalShadowBuilderImpl(ClassFactory classFactory, Environment environment)
          Construct using the default builtin factory, not the component layer version.
InternalClassTransformationImpl(ClassFactory classFactory, javassist.CtClass ctClass, ComponentClassCache componentClassCache, ComponentModel componentModel, CtClassSource classSource)
          This is a constructor for a base class.
PropertyConduitSourceImpl(PropertyAccess access, ClassFactory classFactory, TypeCoercer typeCoercer)
           
 

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

Constructors in org.apache.tapestry5.internal.transform with parameters of type ClassFactory
EnvironmentalWorker(Environment environment, ClassFactory servicesLayerClassFactory)
           
 

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

Methods in org.apache.tapestry5.ioc.internal that return ClassFactory
 ClassFactory IOCInternalTestCase.getClassFactory()
           
 

Constructors in org.apache.tapestry5.ioc.internal with parameters of type ClassFactory
ContributionDefImpl(String serviceId, Method contributorMethod, ClassFactory classFactory)
           
DecoratorDefImpl(String decoratorId, Method decoratorMethod, String[] patterns, String[] constraints, ClassFactory classFactory)
           
DefaultModuleDefImpl(Class<?> moduleClass, org.slf4j.Logger logger, ClassFactory classFactory)
           
ModuleImpl(InternalRegistry registry, ServiceActivityTracker tracker, ModuleDef moduleDef, ClassFactory classFactory, org.slf4j.Logger logger)
           
RegistryImpl(Collection<ModuleDef> moduleDefs, ClassFactory classFactory, LoggerSource loggerSource)
          Constructs the registry from a set of module definitions and other resources.
ServiceBinderImpl(ServiceDefAccumulator accumulator, Method bindMethod, ClassFactory classFactory, Set<Class> defaultMarkers, boolean moduleDefaultPreventDecoration)
           
ServiceDecoratorImpl(Method method, ModuleBuilderSource moduleSource, ServiceResources resources, ClassFactory classFactory)
           
ServiceResourcesImpl(InternalRegistry registry, Module module, ServiceDef serviceDef, ClassFactory classFactory, org.slf4j.Logger logger)
           
 

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.
 

Constructors in org.apache.tapestry5.ioc.internal.services with parameters of type ClassFactory
AdvisedMethodInvocationBuilder(ClassFactory classFactory, Class serviceInterface, Method method)
           
AspectDecoratorImpl(ClassFactory classFactory)
           
AspectInterceptorBuilderImpl(ClassFactory classFactory, Class<T> serviceInterface, T delegate, String description)
           
ChainBuilderImpl(ClassFactory classFactory)
           
DefaultImplementationBuilderImpl(ClassFactory classFactory)
           
PerThreadServiceLifecycle(PerthreadManager perthreadManager, ClassFactory classFactory)
           
PipelineBuilderImpl(ClassFactory classFactory, DefaultImplementationBuilder defaultImplementationBuilder)
           
PropertyShadowBuilderImpl(ClassFactory classFactory, PropertyAccess propertyAccess)
           
StrategyBuilderImpl(ClassFactory classFactory)
           
 

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

Methods in org.apache.tapestry5.ioc.internal.util with parameters of type ClassFactory
static String InternalUtils.asString(Method method, ClassFactory classFactory)
          Converts a method to a user presentable string using a ClassFactory to obtain a Location (where possible).
 

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 © 2006-2009 Apache Software Foundation. All Rights Reserved.