org.apache.tapestry.engine
Class RequestCycleEnvironment

java.lang.Object
  extended by org.apache.tapestry.engine.RequestCycleEnvironment

public class RequestCycleEnvironment
extends java.lang.Object

An object that contains all the invariant parameters to the 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, RequestContext requestContext, PropertyPersistenceStrategySource strategySource, AbsoluteURLBuilder absoluteURLBuilder)
           
 
Method Summary
 AbsoluteURLBuilder getAbsoluteURLBuilder()
           
 org.apache.hivemind.ErrorHandler getErrorHandler()
           
 Infrastructure getInfrastructure()
           
 RequestContext getRequestContext()
           
 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,
                               RequestContext requestContext,
                               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()

getRequestContext

public RequestContext getRequestContext()