org.apache.tapestry.engine
Class RequestCycleEnvironment

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

public class RequestCycleEnvironment
extends Object

An object that contains all the invariant parameters to the RequestCycle.RequestCycle(org.apache.tapestry.IEngine, org.apache.tapestry.util.QueryParameterMap, String, 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()


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