Uses of Interface
org.apache.tapestry5.ioc.LoggerSource

Packages that use LoggerSource
org.apache.tapestry5.hibernate Provides support for simple CRUD applications built on top of Tapestry and Hibernate 
org.apache.tapestry5.internal.services [INTERNAL USE ONLY] internal service classes; API subject to change 
org.apache.tapestry5.internal.structure [INTERNAL USE ONLY] page structure implementation details; API subject to change. 
org.apache.tapestry5.ioc A code-centric, high-performance, simple Inversion of Control container 
org.apache.tapestry5.ioc.internal [INTERNAL USE ONLY] Tapestry IOC implementation details; API subject to change. 
org.apache.tapestry5.ioc.test Classes supporting testing of Tapestry IOC services 
org.apache.tapestry5.jpa Provides support for simple CRUD applications built on top of Tapestry and JPA 
 

Uses of LoggerSource in org.apache.tapestry5.hibernate
 

Methods in org.apache.tapestry5.hibernate with parameters of type LoggerSource
static void HibernateModule.contributeValueEncoderSource(MappedConfiguration<Class,ValueEncoderFactory> configuration, boolean provideEncoders, HibernateSessionSource sessionSource, org.hibernate.Session session, TypeCoercer typeCoercer, PropertyAccess propertyAccess, LoggerSource loggerSource)
          Contributes ValueEncoderFactorys for all registered Hibernate entity classes.
 

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

Constructors in org.apache.tapestry5.internal.services with parameters of type LoggerSource
ComponentInstantiatorSourceImpl(org.slf4j.Logger logger, LoggerSource loggerSource, PlasticProxyFactory proxyFactory, ComponentClassTransformWorker2 transformerChain, ClasspathURLConverter classpathURLConverter, OperationTracker tracker, Map<String,ControlledPackageType> configuration, boolean productionMode, ComponentClassResolver resolver, InternalComponentInvalidationEventHub invalidationHub)
           
PageRenderQueueImpl(LoggerSource loggerSource)
           
 

Uses of LoggerSource in org.apache.tapestry5.internal.structure
 

Constructors in org.apache.tapestry5.internal.structure with parameters of type LoggerSource
ComponentPageElementResourcesImpl(ComponentResourceSelector selector, ComponentMessagesSource componentMessagesSource, TypeCoercer typeCoercer, ComponentClassCache componentClassCache, ContextValueEncoder contextValueEncoder, LinkSource linkSource, RequestPageCache requestPageCache, ComponentClassResolver componentClassResolver, LoggerSource loggerSource, OperationTracker tracker, PerthreadManager perThreadManager)
           
ComponentPageElementResourcesSourceImpl(ComponentMessagesSource componentMessagesSource, TypeCoercer typeCoercer, ComponentClassCache componentClassCache, ContextValueEncoder contextValueEncoder, LinkSource linkSource, RequestPageCache requestPageCache, ComponentClassResolver componentClassResolver, LoggerSource loggerSource, OperationTracker tracker, PerthreadManager perThreadManager)
           
 

Uses of LoggerSource in org.apache.tapestry5.ioc
 

Constructors in org.apache.tapestry5.ioc with parameters of type LoggerSource
RegistryBuilder(ClassLoader classLoader, LoggerSource loggerSource)
           
 

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

Classes in org.apache.tapestry5.ioc.internal that implement LoggerSource
 class LoggerSourceImpl
          Simple wrapper around SLF4J's LoggerFactory.
 

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

Uses of LoggerSource in org.apache.tapestry5.ioc.test
 

Methods in org.apache.tapestry5.ioc.test with parameters of type LoggerSource
protected  void IOCTestCase.train_getLogger(LoggerSource source, String serviceId, org.slf4j.Logger logger)
           
 

Uses of LoggerSource in org.apache.tapestry5.jpa
 

Methods in org.apache.tapestry5.jpa with parameters of type LoggerSource
static void JpaModule.provideValueEncoders(MappedConfiguration<Class,ValueEncoderFactory> configuration, boolean provideEncoders, EntityManagerSource entityManagerSource, EntityManagerManager entityManagerManager, TypeCoercer typeCoercer, PropertyAccess propertyAccess, LoggerSource loggerSource)
           
 



Copyright © 2003-2012 The Apache Software Foundation.