wicket.request.compound
Class DefaultResponseStrategy

java.lang.Object
  extended by wicket.request.compound.DefaultResponseStrategy
All Implemented Interfaces:
IResponseStrategy

public final class DefaultResponseStrategy
extends java.lang.Object
implements IResponseStrategy

Default implementation of response strategy that just calls IRequestTarget.respond(RequestCycle).

Author:
Eelco Hillenius

Constructor Summary
DefaultResponseStrategy()
          Construct.
 
Method Summary
 void respond(RequestCycle requestCycle)
          After the target is resolved and the request events are handled, it is time to respond to the request.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultResponseStrategy

public DefaultResponseStrategy()
Construct.

Method Detail

respond

public void respond(RequestCycle requestCycle)
Description copied from interface: IResponseStrategy
After the target is resolved and the request events are handled, it is time to respond to the request. This method is responsible for executing the proper response sequence given the current request target and response.

Specified by:
respond in interface IResponseStrategy
Parameters:
requestCycle - the current request cycle
See Also:
IResponseStrategy.respond(wicket.RequestCycle)


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