Uses of Class
wicket.protocol.http.portlet.PortletRequestCycle

Packages that use PortletRequestCycle
wicket.protocol.http.portlet Wicket interface to the JSR-168 portlet API. 
 

Uses of PortletRequestCycle in wicket.protocol.http.portlet
 

Subclasses of PortletRequestCycle in wicket.protocol.http.portlet
 class PortletActionRequestCycle
          A portlet RequestCycle implementation for portlet ActionRequest.
 class PortletRenderRequestCycle
          A portlet RequestCycle implementation for portlet RenderRequest.
 

Methods in wicket.protocol.http.portlet that return PortletRequestCycle
protected  PortletRequestCycle PortletPage.getPortletRequestCycle()
           
 

Methods in wicket.protocol.http.portlet with parameters of type PortletRequestCycle
 void PortletRequestCodingStrategy.setRenderParameters(PortletRequestCycle requestCycle, IRequestTarget requestTarget)
           
 



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