|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyAccess | |
---|---|
org.apache.tapestry5.hibernate | Provides support for simple CRUD applications built on top of Tapestry and Hibernate |
org.apache.tapestry5.internal.hibernate | [INTERNAL USE ONLY] support classes for Hibernate integration; API subject to change |
org.apache.tapestry5.internal.jpa | [INTERNAL USE ONLY] support classes for the JPA module; API subject to change |
org.apache.tapestry5.internal.services | [INTERNAL USE ONLY] internal service classes; API subject to change |
org.apache.tapestry5.ioc.internal.services | [INTERNAL USE ONLY] Tapestry IOC service implementation classes; API subject to change. |
org.apache.tapestry5.ioc.test | Classes supporting testing of Tapestry IOC services |
org.apache.tapestry5.ioc.util | Utility classes supporting Tapestry IOC services |
org.apache.tapestry5.jpa | Provides support for simple CRUD applications built on top of Tapestry and JPA |
org.apache.tapestry5.services | Core services |
Uses of PropertyAccess in org.apache.tapestry5.hibernate |
---|
Methods in org.apache.tapestry5.hibernate with parameters of type PropertyAccess | |
---|---|
static void |
HibernateModule.contributeValueEncoderSource(MappedConfiguration<Class,ValueEncoderFactory> configuration,
boolean provideEncoders,
HibernateSessionSource sessionSource,
org.hibernate.Session session,
TypeCoercer typeCoercer,
PropertyAccess propertyAccess,
LoggerSource loggerSource)
Contributes ValueEncoderFactory s for all registered Hibernate entity classes. |
Uses of PropertyAccess in org.apache.tapestry5.internal.hibernate |
---|
Constructors in org.apache.tapestry5.internal.hibernate with parameters of type PropertyAccess | |
---|---|
HibernateEntityValueEncoder(Class<E> entityClass,
org.hibernate.mapping.PersistentClass persistentClass,
org.hibernate.Session session,
PropertyAccess propertyAccess,
TypeCoercer typeCoercer,
org.slf4j.Logger logger)
|
Uses of PropertyAccess in org.apache.tapestry5.internal.jpa |
---|
Constructors in org.apache.tapestry5.internal.jpa with parameters of type PropertyAccess | |
---|---|
JpaValueEncoder(EntityType<E> entity,
EntityManagerManager entityManagerManager,
String persistenceUnitName,
PropertyAccess propertyAccess,
TypeCoercer typeCoercer,
org.slf4j.Logger logger)
|
Uses of PropertyAccess in org.apache.tapestry5.internal.services |
---|
Constructors in org.apache.tapestry5.internal.services with parameters of type PropertyAccess | |
---|---|
BeanModelSourceImpl(TypeCoercer typeCoercer,
PropertyAccess propertyAccess,
PropertyConduitSource propertyConduitSource,
ClassFactory classFactory,
DataTypeAnalyzer dataTypeAnalyzer,
ObjectLocator locator)
|
|
ComponentDefaultProviderImpl(PropertyAccess propertyAccess,
BindingSource bindingSource,
ValueEncoderSource valueEncoderSource,
FieldTranslatorSource fieldTranslatorSource,
FieldValidatorDefaultSource fieldValidatorDefaultSource)
|
|
FieldValidationSupportImpl(TypeCoercer typeCoercer,
PropertyAccess propertyAccess)
|
|
PropertyConduitSourceImpl(PropertyAccess access,
PlasticProxyFactory proxyFactory,
TypeCoercer typeCoercer,
StringInterner interner)
|
|
SelectModelFactoryImpl(PropertyAccess propertyAccess,
ValueEncoderSource valueEncoderSource)
|
Uses of PropertyAccess in org.apache.tapestry5.ioc.internal.services |
---|
Classes in org.apache.tapestry5.ioc.internal.services that implement PropertyAccess | |
---|---|
class |
PropertyAccessImpl
|
Constructors in org.apache.tapestry5.ioc.internal.services with parameters of type PropertyAccess | |
---|---|
ExceptionAnalyzerImpl(PropertyAccess propertyAccess)
|
|
PropertyShadowBuilderImpl(PlasticProxyFactory proxyFactory,
PropertyAccess propertyAccess)
|
Uses of PropertyAccess in org.apache.tapestry5.ioc.test |
---|
Methods in org.apache.tapestry5.ioc.test that return PropertyAccess | |
---|---|
protected PropertyAccess |
IOCTestCase.mockPropertyAccess()
|
Uses of PropertyAccess in org.apache.tapestry5.ioc.util |
---|
Methods in org.apache.tapestry5.ioc.util with parameters of type PropertyAccess | ||
---|---|---|
static
|
ExceptionUtils.findCause(Throwable t,
Class<T> type,
PropertyAccess access)
Locates a particular type of exception, working its way down via any property that returns some type of Exception. |
Uses of PropertyAccess in org.apache.tapestry5.jpa |
---|
Methods in org.apache.tapestry5.jpa with parameters of type PropertyAccess | |
---|---|
static void |
JpaModule.provideValueEncoders(MappedConfiguration<Class,ValueEncoderFactory> configuration,
boolean provideEncoders,
EntityManagerSource entityManagerSource,
EntityManagerManager entityManagerManager,
TypeCoercer typeCoercer,
PropertyAccess propertyAccess,
LoggerSource loggerSource)
|
Uses of PropertyAccess in org.apache.tapestry5.services |
---|
Constructors in org.apache.tapestry5.services with parameters of type PropertyAccess | |
---|---|
TapestryModule(PipelineBuilder pipelineBuilder,
PropertyShadowBuilder shadowBuilder,
RequestGlobals requestGlobals,
ApplicationGlobals applicationGlobals,
ChainBuilder chainBuilder,
Environment environment,
StrategyBuilder strategyBuilder,
PropertyAccess propertyAccess,
Request request,
Response response,
EnvironmentalShadowBuilder environmentalBuilder,
EndOfRequestEventHub endOfRequestEventHub)
We inject all sorts of common dependencies (including builders) into the module itself (note: even though some of these service are defined by the module itself, that's ok because services are always lazy proxies). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |