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 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 RequestCycle.getInfrastructure()
           
 Infrastructure AbstractEngine.getInfrastructure()
           
 

Constructors in org.apache.tapestry.engine with parameters of type Infrastructure
RequestCycle(IEngine engine, RequestContext requestContext, QueryParameterMap parameters, IEngineService service, Infrastructure infrastructure, PropertyPersistenceStrategySource strategySource, org.apache.hivemind.ErrorHandler errorHandler, IMonitor monitor)
          Standard constructor used to render a response page.
 

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 RequestCycleFactoryImpl.setInfrastructure(Infrastructure infrastructure)
           
 void InvokeEngineTerminator.setInfrastructure(Infrastructure infrastructure)
           
 void InfrastructureObjectProvider.setInfrastructure(Infrastructure infrastructure)