|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Local | |
---|---|
org.apache.tapestry5.beanvalidator | Support for JSR-303 Bean Validation via the Hibernate validator implementation |
org.apache.tapestry5.hibernate | Provides support for simple CRUD applications built on top of Tapestry and Hibernate |
org.apache.tapestry5.internal.jpa | [INTERNAL USE ONLY] support classes for the JPA module; API subject to change |
org.apache.tapestry5.internal.test | [INTERNAL USE ONLY] testing support implementation classes; API subject to change |
org.apache.tapestry5.ioc.services | Tapestry IOC service interfaces |
org.apache.tapestry5.services | Core services |
Uses of Local in org.apache.tapestry5.beanvalidator |
---|
Method parameters in org.apache.tapestry5.beanvalidator with annotations of type Local | |
---|---|
static void |
BeanValidatorModule.contributeServiceOverride(MappedConfiguration<Class,Object> configuration,
FieldValidatorDefaultSource source)
|
Uses of Local in org.apache.tapestry5.hibernate |
---|
Method parameters in org.apache.tapestry5.hibernate with annotations of type Local | |
---|---|
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 | |
---|---|
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 | |
---|---|
static void |
PageTesterModule.setupTestableOverrides(MappedConfiguration<Class,Object> configuration,
TestableRequest request,
TestableResponse response)
|
static void |
PageTesterModule.setupTestableOverrides(MappedConfiguration<Class,Object> configuration,
TestableRequest request,
TestableResponse response)
|
Uses of Local in org.apache.tapestry5.ioc.services |
---|
Method parameters in org.apache.tapestry5.ioc.services with annotations of type Local | |
---|---|
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 the Value annotation
Symbol
Supports the Symbol annotations
Autobuild
Supports the Autobuild annotation
ServiceOverride
Allows simple service overrides via the ServiceOverride service
(and its configuration)
|
Uses of Local in org.apache.tapestry5.services |
---|
Method parameters in org.apache.tapestry5.services with annotations of type Local | |
---|---|
void |
TapestryModule.contributeApplicationStatePersistenceStrategySource(MappedConfiguration<String,ApplicationStatePersistenceStrategy> configuration,
ApplicationStatePersistenceStrategy sessionStategy)
Contributes the default "session" strategy. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |