Uses of Interface
org.apache.tapestry5.commons.services.PropertyAccess
Packages that use PropertyAccess
Package
Description
Support classes for the
BeanEditor
component.[INTERNAL USE ONLY] support classes for Hibernate integration; API subject to change
[INTERNAL USE ONLY] support classes for the JPA module; API subject to change
[INTERNAL USE ONLY] internal service classes; API subject to change
[INTERNAL USE ONLY] Tapestry IOC service implementation classes; API subject to change.
-
Uses of PropertyAccess in org.apache.tapestry5.beanmodel
Methods in org.apache.tapestry5.beanmodel with parameters of type PropertyAccessModifier and TypeMethodDescriptionBeanModelSourceBuilder.setPropertyAccess
(PropertyAccess propertyAccess) Sets thePropertyAccess
to be used. -
Uses of PropertyAccess in org.apache.tapestry5.beanmodel.internal.services
Classes in org.apache.tapestry5.beanmodel.internal.services that implement PropertyAccessConstructors in org.apache.tapestry5.beanmodel.internal.services with parameters of type PropertyAccessModifierConstructorDescriptionBeanModelSourceImpl
(TypeCoercer typeCoercer, PropertyAccess propertyAccess, PropertyConduitSource propertyConduitSource, PlasticProxyFactory proxyFactory, DataTypeAnalyzer dataTypeAnalyzer, ObjectLocator locator) PropertyConduitSourceImpl
(PropertyAccess access, PlasticProxyFactory proxyFactory, TypeCoercer typeCoercer, StringInterner interner) -
Uses of PropertyAccess in org.apache.tapestry5.commons.util
Methods in org.apache.tapestry5.commons.util with parameters of type PropertyAccessModifier and TypeMethodDescriptionstatic <T extends Throwable>
TExceptionUtils.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.hibernate.web.internal
Constructors in org.apache.tapestry5.hibernate.web.internal with parameters of type PropertyAccessModifierConstructorDescriptionHibernateEntityValueEncoder
(Class<E> entityClass, String identifierPropertyName, org.hibernate.Session session, PropertyAccess propertyAccess, TypeCoercer typeCoercer, org.slf4j.Logger logger) -
Uses of PropertyAccess in org.apache.tapestry5.hibernate.web.modules
Methods in org.apache.tapestry5.hibernate.web.modules with parameters of type PropertyAccessModifier and TypeMethodDescriptionstatic void
HibernateModule.contributeValueEncoderSource
(MappedConfiguration<Class, ValueEncoderFactory> configuration, boolean provideEncoders, HibernateSessionSource sessionSource, org.hibernate.Session session, TypeCoercer typeCoercer, PropertyAccess propertyAccess, LoggerSource loggerSource, org.slf4j.Logger logger) ContributesValueEncoderFactory
s for all registered Hibernate entity classes. -
Uses of PropertyAccess in org.apache.tapestry5.internal.jpa
Constructors in org.apache.tapestry5.internal.jpa with parameters of type PropertyAccessModifierConstructorDescriptionJpaValueEncoder
(javax.persistence.metamodel.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 PropertyAccessModifierConstructorDescriptionComponentDefaultProviderImpl
(PropertyAccess propertyAccess, BindingSource bindingSource, ValueEncoderSource valueEncoderSource, FieldTranslatorSource fieldTranslatorSource, FieldValidatorDefaultSource fieldValidatorDefaultSource) FieldValidationSupportImpl
(TypeCoercer typeCoercer, PropertyAccess propertyAccess) PropertyValueLabelProvider
(ValueEncoderSource valueEncoderSource, PropertyAccess propertyAccess, String labelProperty) SelectModelFactoryImpl
(PropertyAccess propertyAccess, ValueEncoderSource valueEncoderSource, ValueLabelProvider<Object> valueLabelProvider) -
Uses of PropertyAccess in org.apache.tapestry5.ioc.internal.services
Constructors in org.apache.tapestry5.ioc.internal.services with parameters of type PropertyAccessModifierConstructorDescriptionExceptionAnalyzerImpl
(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 PropertyAccessModifier and TypeMethodDescriptionprotected final PropertyAccess
IOCTestCase.mockPropertyAccess()
Deprecated. -
Uses of PropertyAccess in org.apache.tapestry5.jpa.modules
Methods in org.apache.tapestry5.jpa.modules with parameters of type PropertyAccessModifier and TypeMethodDescriptionstatic 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.modules
Constructors in org.apache.tapestry5.modules with parameters of type PropertyAccessModifierConstructorDescriptionTapestryModule
(PipelineBuilder pipelineBuilder, PropertyShadowBuilder shadowBuilder, RequestGlobals requestGlobals, 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).