Uses of Class
wicket.protocol.http.WebSession

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

Uses of WebSession in wicket.protocol.http
 

Methods in wicket.protocol.http that return WebSession
 WebSession WebRequestCycle.getWebSession()
           
 WebSession MockWebApplication.getWicketSession()
          Get the wicket session.
 

Methods in wicket.protocol.http with parameters of type WebSession
 void RequestLogger.SessionData.webSessionCreated(WebSession session)
           
 void RequestLogger.SessionData.webSessionRemoved(WebSession session)
           
 void RequestLogger.SessionData.webSessionUpdated(WebSession session)
           
 

Constructors in wicket.protocol.http with parameters of type WebSession
WebRequestCycle(WebSession session, WebRequest request, Response response)
          Constructor which simply passes arguments to superclass for storage there.
 

Uses of WebSession in wicket.protocol.http.portlet
 

Subclasses of WebSession in wicket.protocol.http.portlet
 class WicketPortletSession
          A session subclass for the PortletSession
 



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