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 Service implementations. 
 

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.
 Infrastructure IEngine.getInfrastructure()
          Returns the Infrastructure object, a central registry of key HiveMind services used by Tapestry.
 

Uses of Infrastructure in org.apache.tapestry.engine
 

Methods in org.apache.tapestry.engine that return Infrastructure
 Infrastructure RequestCycleEnvironment.getInfrastructure()
           
 Infrastructure AbstractEngine.getInfrastructure()
           
 Infrastructure RequestCycle.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 InvokeEngineTerminator.setInfrastructure(Infrastructure infrastructure)
           
 void AbstractSetupApplicationGlobals.setInfrastructure(Infrastructure infrastructure)
           
 void InfrastructureObjectProvider.setInfrastructure(Infrastructure infrastructure)
           
 void RequestCycleFactoryImpl.setInfrastructure(Infrastructure infrastructure)
           
 



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.