wicket.protocol.http.portlet
Class PortletRenderResponseStrategy

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

public class PortletRenderResponseStrategy
extends java.lang.Object
implements IResponseStrategy

Portlet render ResponseStrategy handles outputting of the header contributions into the response. Portlets do not support real header contribution.

Author:
Janne Hietamäki

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

PortletRenderResponseStrategy

public PortletRenderResponseStrategy()
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.