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

Method Summary
 RequestCycle newRequestCycle(Session session, Request request, Response response)
          Creates a new RequestCycle object.
 

Method Detail

newRequestCycle

RequestCycle newRequestCycle(Session session,
                             Request request,
                             Response response)
Creates a new RequestCycle object.

Parameters:
session - The session
request - The request
response - The response
Returns:
The cycle


Copyright © 2004-2007 Wicket developers. All Rights Reserved.