org.apache.tapestry.engine
Class RequestCycleEnvironment
java.lang.Object
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
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()
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.