Uses of Interface
org.apache.tapestry5.ioc.services.PropertyAccess

Packages that use PropertyAccess
org.apache.tapestry5.hibernate   
org.apache.tapestry5.internal.hibernate   
org.apache.tapestry5.internal.services   
org.apache.tapestry5.ioc.internal.services   
org.apache.tapestry5.ioc.test   
org.apache.tapestry5.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 ValueEncoderFactorys 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.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)
           
PropertyConduitSourceImpl(PropertyAccess access, ClassFactory classFactory, TypeCoercer typeCoercer, StringInterner interner)
           
 

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(ClassFactory classFactory, 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.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).
 



Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.