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

Packages that use StrategyBuilder
org.apache.tapestry5.ioc.internal.services [INTERNAL USE ONLY] Tapestry IOC service implementation classes; API subject to change. 
org.apache.tapestry5.services Core services 
 

Uses of StrategyBuilder in org.apache.tapestry5.ioc.internal.services
 

Classes in org.apache.tapestry5.ioc.internal.services that implement StrategyBuilder
 class StrategyBuilderImpl
           
 

Uses of StrategyBuilder in org.apache.tapestry5.services
 

Constructors in org.apache.tapestry5.services with parameters of type StrategyBuilder
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 © 2003-2012 The Apache Software Foundation.