org.apache.tapestry.services
Interface RequestCycleFactory

All Known Implementing Classes:
RequestCycleFactoryImpl

public interface RequestCycleFactory

A factory for creating instances of IRequestCyclefor the current request.

Since:
4.0
Author:
Howard M. Lewis Ship

Method Summary
 IRequestCycle newRequestCycle(IEngine engine)
          Constructs the new instance using the request context.
 

Method Detail

newRequestCycle

IRequestCycle newRequestCycle(IEngine engine)
Constructs the new instance using the request context. This includes accessing ServiceEncoders to restore any missing query parameters (that were encoding into the URL).



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