Uses of Class
org.apache.tapestry5.ioc.annotations.Local
-
Packages that use Local Package Description org.apache.tapestry5.beanvalidator.modules org.apache.tapestry5.hibernate.modules org.apache.tapestry5.internal.jpa [INTERNAL USE ONLY] support classes for the JPA module; API subject to changeorg.apache.tapestry5.internal.test [INTERNAL USE ONLY] testing support implementation classes; API subject to changeorg.apache.tapestry5.ioc.modules org.apache.tapestry5.modules -
-
Uses of Local in org.apache.tapestry5.beanvalidator.modules
Method parameters in org.apache.tapestry5.beanvalidator.modules with annotations of type Local Modifier and Type Method Description static void
BeanValidatorModule. contributeServiceOverride(MappedConfiguration<Class<?>,Object> configuration, FieldValidatorDefaultSource source)
-
Uses of Local in org.apache.tapestry5.hibernate.modules
Method parameters in org.apache.tapestry5.hibernate.modules with annotations of type Local Modifier and Type Method Description static void
HibernateCoreModule. contributeHibernateSessionSource(OrderedConfiguration<HibernateConfigurer> config, HibernateConfigurer defaultHibernateConfigurer)
Adds the following configurers: Default performs default hibernate configuration PackageName loads entities by package name -
Uses of Local in org.apache.tapestry5.internal.jpa
Constructor parameters in org.apache.tapestry5.internal.jpa with annotations of type Local Constructor Description EntityManagerSourceImpl(org.slf4j.Logger logger, Resource persistenceDescriptor, PersistenceUnitConfigurer packageNamePersistenceUnitConfigurer, Map<String,PersistenceUnitConfigurer> configuration)
-
Uses of Local in org.apache.tapestry5.internal.test
Method parameters in org.apache.tapestry5.internal.test with annotations of type Local Modifier and Type Method Description static void
PageTesterModule. setupTestableOverrides(MappedConfiguration<Class,Object> configuration, TestableRequest request, TestableResponse response, ObjectLocator locator)
static void
PageTesterModule. setupTestableOverrides(MappedConfiguration<Class,Object> configuration, TestableRequest request, TestableResponse response, ObjectLocator locator)
-
Uses of Local in org.apache.tapestry5.ioc.modules
Method parameters in org.apache.tapestry5.ioc.modules with annotations of type Local Modifier and Type Method Description static void
TapestryIOCModule. setupObjectProviders(OrderedConfiguration<ObjectProvider> configuration, ServiceOverride serviceOverride)
AnnotationBasedContributions Empty placeholder used to separate annotation-based ObjectProvider contributions (which come before) from non-annotation based (such as ServiceOverride) which come after. Value Supports theValue
annotation Symbol Supports theSymbol
annotations Autobuild Supports theAutobuild
annotation ServiceOverride Allows simple service overrides via theServiceOverride
service (and its configuration) -
Uses of Local in org.apache.tapestry5.modules
Method parameters in org.apache.tapestry5.modules with annotations of type Local Modifier and Type Method Description void
TapestryModule. contributeApplicationStatePersistenceStrategySource(MappedConfiguration<String,ApplicationStatePersistenceStrategy> configuration, ApplicationStatePersistenceStrategy sessionStategy)
Contributes the default "session" strategy.
-