org.apache.tapestry.engine
Class RequestCycleEnvironment

java.lang.Object
  extended byorg.apache.tapestry.engine.RequestCycleEnvironment

public class RequestCycleEnvironment
extends java.lang.Object

An object that contains all the invariant parameters to the org.apache.tapestry.engine.RequestCycle#RequestCycle(IEngine, QueryParameterMap, IEngineService, IMonitor, RequestCycleEnvironment) constructor.

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
RequestCycleEnvironment(org.apache.hivemind.ErrorHandler errorHandler, Infrastructure infrastructure, PropertyPersistenceStrategySource strategySource, AbsoluteURLBuilder absoluteURLBuilder)
           
 
Method Summary
 AbsoluteURLBuilder getAbsoluteURLBuilder()
           
 org.apache.hivemind.ErrorHandler getErrorHandler()
           
 Infrastructure getInfrastructure()
           
 PropertyPersistenceStrategySource getStrategySource()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestCycleEnvironment

public RequestCycleEnvironment(org.apache.hivemind.ErrorHandler errorHandler,
                               Infrastructure infrastructure,
                               PropertyPersistenceStrategySource strategySource,
                               AbsoluteURLBuilder absoluteURLBuilder)
Method Detail

getAbsoluteURLBuilder

public AbsoluteURLBuilder getAbsoluteURLBuilder()

getErrorHandler

public org.apache.hivemind.ErrorHandler getErrorHandler()

getInfrastructure

public Infrastructure getInfrastructure()

getStrategySource

public PropertyPersistenceStrategySource getStrategySource()