org.apache.tapestry.services
Interface RequestCycleFactory
- All Known Implementing Classes:
- RequestCycleFactoryImpl
- public interface RequestCycleFactory
A factory for creating instances of IRequestCycle
for the current
request.
- Since:
- 3.1
- Author:
- Howard M. Lewis Ship
newRequestCycle
public IRequestCycle newRequestCycle(IEngine engine,
RequestContext context)
- 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).