wicket
Interface IRequestCycleFactory
- All Superinterfaces:
- java.io.Serializable
public interface IRequestCycleFactory
- extends java.io.Serializable
Factory for creating request cycles for a session.
- Author:
- Jonathan Locke
newRequestCycle
RequestCycle newRequestCycle(Session session,
Request request,
Response response)
- Creates a new RequestCycle object.
- Parameters:
session - The sessionrequest - The requestresponse - The response
- Returns:
- The cycle
Copyright © 2004-2007 Wicket developers. All Rights Reserved.