|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyShadowBuilder | |
---|---|
org.apache.tapestry5.beanvalidator | |
org.apache.tapestry5.hibernate | |
org.apache.tapestry5.ioc.internal.services | |
org.apache.tapestry5.services | Core services |
Uses of PropertyShadowBuilder in org.apache.tapestry5.beanvalidator |
---|
Methods in org.apache.tapestry5.beanvalidator with parameters of type PropertyShadowBuilder | |
---|---|
static Validator |
BeanValidatorModule.buildBeanValidator(ValidatorFactory validatorFactory,
PropertyShadowBuilder propertyShadowBuilder)
|
static ValidatorFactory |
BeanValidatorModule.buildValidatorFactory(BeanValidatorSource beanValidatorSource,
PropertyShadowBuilder propertyShadowBuilder)
|
Uses of PropertyShadowBuilder in org.apache.tapestry5.hibernate |
---|
Methods in org.apache.tapestry5.hibernate with parameters of type PropertyShadowBuilder | |
---|---|
static org.hibernate.Session |
HibernateCoreModule.buildSession(HibernateSessionManager sessionManager,
PropertyShadowBuilder propertyShadowBuilder)
|
Uses of PropertyShadowBuilder in org.apache.tapestry5.ioc.internal.services |
---|
Classes in org.apache.tapestry5.ioc.internal.services that implement PropertyShadowBuilder | |
---|---|
class |
PropertyShadowBuilderImpl
|
Uses of PropertyShadowBuilder in org.apache.tapestry5.services |
---|
Constructors in org.apache.tapestry5.services with parameters of type PropertyShadowBuilder | |
---|---|
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 |