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

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

Uses of WicketPortletSession in wicket.protocol.http.portlet
 

Methods in wicket.protocol.http.portlet that return WicketPortletSession
 WicketPortletSession PortletRequestCycle.getPortletSession()
           
 WicketPortletSession PortletApplication.getSession(WicketPortletRequest request)
           
 

Constructors in wicket.protocol.http.portlet with parameters of type WicketPortletSession
PortletActionRequestCycle(WicketPortletSession session, WicketPortletRequest request, Response response)
           
PortletRenderRequestCycle(WicketPortletSession session, WicketPortletRequest request, Response response)
           
PortletRequestCycle(WicketPortletSession session, WicketPortletRequest request, Response response)
          Constructor which simply passes arguments to superclass for storage there.
 



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