org.apache.tapestry.engine
Class RequestCycleEnvironment
java.lang.Object
org.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequestCycleEnvironment
public RequestCycleEnvironment(org.apache.hivemind.ErrorHandler errorHandler,
Infrastructure infrastructure,
PropertyPersistenceStrategySource strategySource,
AbsoluteURLBuilder absoluteURLBuilder)
getAbsoluteURLBuilder
public AbsoluteURLBuilder getAbsoluteURLBuilder()
getErrorHandler
public org.apache.hivemind.ErrorHandler getErrorHandler()
getInfrastructure
public Infrastructure getInfrastructure()
getStrategySource
public PropertyPersistenceStrategySource getStrategySource()