wicket.protocol.http.portlet
Class PortletActionRequestResponseStrategy

java.lang.Object
  extended by wicket.protocol.http.portlet.PortletActionRequestResponseStrategy
All Implemented Interfaces:
IResponseStrategy

public class PortletActionRequestResponseStrategy
extends java.lang.Object
implements IResponseStrategy

Author:
Janne Hietamäki IResponseStrategy which do not really render the page, but sets the needed parameters as portlet render parameters

Constructor Summary
PortletActionRequestResponseStrategy()
           
 
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

PortletActionRequestResponseStrategy

public PortletActionRequestResponseStrategy()
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


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