Uses of Interface
org.apache.tapestry5.ioc.LoggerSource
-
Packages that use LoggerSource Package Description org.apache.tapestry5.hibernate.web.modules org.apache.tapestry5.internal.services [INTERNAL USE ONLY] internal service classes; API subject to changeorg.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 containerorg.apache.tapestry5.ioc.internal [INTERNAL USE ONLY] Tapestry IOC implementation details; API subject to change.org.apache.tapestry5.ioc.test org.apache.tapestry5.jpa.modules -
-
Uses of LoggerSource in org.apache.tapestry5.hibernate.web.modules
Methods in org.apache.tapestry5.hibernate.web.modules with parameters of type LoggerSource Modifier and Type Method Description static void
HibernateModule. contributeValueEncoderSource(MappedConfiguration<Class,ValueEncoderFactory> configuration, boolean provideEncoders, HibernateSessionSource sessionSource, org.hibernate.Session session, TypeCoercer typeCoercer, PropertyAccess propertyAccess, LoggerSource loggerSource)
ContributesValueEncoderFactory
s 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 Constructor Description 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 Constructor Description ComponentPageElementResourcesImpl(ComponentResourceSelector selector, ComponentMessagesSource componentMessagesSource, TypeCoercer typeCoercer, ComponentClassCache componentClassCache, ContextValueEncoder contextValueEncoder, LinkSource linkSource, RequestPageCache requestPageCache, ComponentClassResolver componentClassResolver, LoggerSource loggerSource, OperationTracker tracker, PerthreadManager perThreadManager, boolean productionMode, boolean componentTracingEnabled, RequestGlobals requestGlobals)
ComponentPageElementResourcesSourceImpl(ComponentMessagesSource componentMessagesSource, TypeCoercer typeCoercer, ComponentClassCache componentClassCache, ContextValueEncoder contextValueEncoder, LinkSource linkSource, RequestPageCache requestPageCache, ComponentClassResolver componentClassResolver, LoggerSource loggerSource, OperationTracker tracker, PerthreadManager perThreadManager, boolean productionMode, boolean componentTracingEnabled, RequestGlobals requestGlobals)
-
Uses of LoggerSource in org.apache.tapestry5.ioc
Constructors in org.apache.tapestry5.ioc with parameters of type LoggerSource Constructor Description RegistryBuilder(ClassLoader classLoader, LoggerSource loggerSource)
-
Uses of LoggerSource in org.apache.tapestry5.ioc.internal
Classes in org.apache.tapestry5.ioc.internal that implement LoggerSource Modifier and Type Class Description class
LoggerSourceImpl
Simple wrapper around SLF4J's LoggerFactory.Constructors in org.apache.tapestry5.ioc.internal with parameters of type LoggerSource Constructor Description RegistryImpl(Collection<ModuleDef2> moduleDefs, PlasticProxyFactory proxyFactory, LoggerSource loggerSource, OperationTracker operationTracker)
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 Modifier and Type Method Description protected void
IOCTestCase. train_getLogger(LoggerSource source, String serviceId, org.slf4j.Logger logger)
Deprecated. -
Uses of LoggerSource in org.apache.tapestry5.jpa.modules
Methods in org.apache.tapestry5.jpa.modules with parameters of type LoggerSource Modifier and Type Method Description static void
JpaModule. provideValueEncoders(MappedConfiguration<Class,ValueEncoderFactory> configuration, boolean provideEncoders, EntityManagerSource entityManagerSource, EntityManagerManager entityManagerManager, TypeCoercer typeCoercer, PropertyAccess propertyAccess, LoggerSource loggerSource)
-