Uses of Interface
org.apache.tapestry5.ioc.services.PropertyShadowBuilder
Packages that use PropertyShadowBuilder
Package
Description
[INTERNAL USE ONLY] Tapestry IOC service implementation classes; API subject to change.
-
Uses of PropertyShadowBuilder in org.apache.tapestry5.beanvalidator.modules
Methods in org.apache.tapestry5.beanvalidator.modules with parameters of type PropertyShadowBuilderModifier and TypeMethodDescriptionstatic javax.validation.Validator
BeanValidatorModule.buildBeanValidator
(javax.validation.ValidatorFactory validatorFactory, PropertyShadowBuilder propertyShadowBuilder) static javax.validation.ValidatorFactory
BeanValidatorModule.buildValidatorFactory
(BeanValidatorSource beanValidatorSource, PropertyShadowBuilder propertyShadowBuilder) -
Uses of PropertyShadowBuilder in org.apache.tapestry5.hibernate.modules
Methods in org.apache.tapestry5.hibernate.modules with parameters of type PropertyShadowBuilderModifier and TypeMethodDescriptionstatic org.hibernate.Session
HibernateCoreModule.buildSession
(HibernateSessionManager sessionManager, PropertyShadowBuilder propertyShadowBuilder) -
Uses of PropertyShadowBuilder in org.apache.tapestry5.http.modules
Methods in org.apache.tapestry5.http.modules with parameters of type PropertyShadowBuilderModifier and TypeMethodDescriptionTapestryHttpModule.buildRequest
(PropertyShadowBuilder shadowBuilder) Builds a shadow of the RequestGlobals.request property.Constructors in org.apache.tapestry5.http.modules with parameters of type PropertyShadowBuilderModifierConstructorDescriptionTapestryHttpModule
(PropertyShadowBuilder shadowBuilder, RequestGlobals requestGlobals, PipelineBuilder pipelineBuilder, ApplicationGlobals applicationGlobals) -
Uses of PropertyShadowBuilder in org.apache.tapestry5.ioc.internal.services
Classes in org.apache.tapestry5.ioc.internal.services that implement PropertyShadowBuilder -
Uses of PropertyShadowBuilder in org.apache.tapestry5.modules
Constructors in org.apache.tapestry5.modules with parameters of type PropertyShadowBuilderModifierConstructorDescriptionTapestryModule
(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).