Uses of Interface
org.apache.tapestry.services.Infrastructure

Packages that use Infrastructure
org.apache.tapestry Tapestry is a comprehensive web application framework, written in Java. 
org.apache.tapestry.engine Implementations of the IEngine interface, including the standard implementation: BaseEngine
org.apache.tapestry.services.impl   
 

Uses of Infrastructure in org.apache.tapestry
 

Methods in org.apache.tapestry that return Infrastructure
 Infrastructure IEngine.getInfrastructure()
          Returns the Infrastructure object, a central registry of key HiveMind services used by Tapestry.
 Infrastructure IRequestCycle.getInfrastructure()
          Returns the central Infrastructure object used to manage the processing of the request.
 

Uses of Infrastructure in org.apache.tapestry.engine
 

Methods in org.apache.tapestry.engine that return Infrastructure
 Infrastructure AbstractEngine.getInfrastructure()
           
 Infrastructure RequestCycle.getInfrastructure()
           
 Infrastructure RequestCycleEnvironment.getInfrastructure()
           
 

Constructors in org.apache.tapestry.engine with parameters of type Infrastructure
RequestCycleEnvironment(org.apache.hivemind.ErrorHandler errorHandler, Infrastructure infrastructure, PropertyPersistenceStrategySource strategySource, AbsoluteURLBuilder absoluteURLBuilder)
           
 

Uses of Infrastructure in org.apache.tapestry.services.impl
 

Classes in org.apache.tapestry.services.impl that implement Infrastructure
 class InfrastructureImpl
          Allows access to selected HiveMind services.
 

Methods in org.apache.tapestry.services.impl with parameters of type Infrastructure
 void AbstractSetupApplicationGlobals.setInfrastructure(Infrastructure infrastructure)
           
 void InfrastructureObjectProvider.setInfrastructure(Infrastructure infrastructure)
           
 void InvokeEngineTerminator.setInfrastructure(Infrastructure infrastructure)
           
 void RequestCycleFactoryImpl.setInfrastructure(Infrastructure infrastructure)