org.apache.tapestry.services.impl
Class RequestCycleFactoryImpl
java.lang.Object
org.apache.tapestry.services.impl.RequestCycleFactoryImpl
- All Implemented Interfaces:
- RequestCycleFactory
public class RequestCycleFactoryImpl
- extends java.lang.Object
- implements RequestCycleFactory
Service that creates instances of IRequestCycle
on behalf of an
engine.
- 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 |
RequestCycleFactoryImpl
public RequestCycleFactoryImpl()
initializeService
public void initializeService()
newRequestCycle
public IRequestCycle newRequestCycle(IEngine engine)
- Description copied from interface:
RequestCycleFactory
- Constructs the new instance using the request context. This includes accessing
ServiceEncoder
s to restore any missing query parameters
(that were encoding into the URL).
- Specified by:
newRequestCycle
in interface RequestCycleFactory
setEncoders
public void setEncoders(ServiceEncoder[] encoders)
setMonitorFactory
public void setMonitorFactory(IMonitorFactory monitorFactory)
setStrategySource
public void setStrategySource(PropertyPersistenceStrategySource strategySource)
setErrorHandler
public void setErrorHandler(org.apache.hivemind.ErrorHandler errorHandler)
setInfrastructure
public void setInfrastructure(Infrastructure infrastructure)
setAbsoluteURLBuilder
public void setAbsoluteURLBuilder(AbsoluteURLBuilder absoluteURLBuilder)
setRequestGlobals
public void setRequestGlobals(RequestGlobals requestGlobals)