|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChainBuilder | |
---|---|
org.apache.tapestry5.internal.services.security | [INTERNAL USE ONLY] security support 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.services | Core services |
org.apache.tapestry5.spring | Integration of Tapestry with the Spring Inversion Of Control Container |
Uses of ChainBuilder in org.apache.tapestry5.internal.services.security |
---|
Constructors in org.apache.tapestry5.internal.services.security with parameters of type ChainBuilder | |
---|---|
ClientWhitelistImpl(Request request,
ChainBuilder chainBuilder,
List<WhitelistAnalyzer> configuration)
|
Uses of ChainBuilder in org.apache.tapestry5.ioc.internal.services |
---|
Classes in org.apache.tapestry5.ioc.internal.services that implement ChainBuilder | |
---|---|
class |
ChainBuilderImpl
|
Uses of ChainBuilder in org.apache.tapestry5.services |
---|
Constructors in org.apache.tapestry5.services with parameters of type ChainBuilder | |
---|---|
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). |
Uses of ChainBuilder in org.apache.tapestry5.spring |
---|
Methods in org.apache.tapestry5.spring with parameters of type ChainBuilder | |
---|---|
static ApplicationContextCustomizer |
SpringModule.buildApplicationContextCustomizer(List<ApplicationContextCustomizer> configuration,
ChainBuilder builder)
Defines a chain-of-command for handling application context customization. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |