Uses of Class
org.apache.wicket.protocol.http.WebSession

Packages that use WebSession
org.apache.wicket.authentication   
org.apache.wicket.protocol.http HTTP implementation. 
org.apache.wicket.quickstart   
 

Uses of WebSession in org.apache.wicket.authentication
 

Subclasses of WebSession in org.apache.wicket.authentication
 class AuthenticatedWebSession
          Basic authenticated web session.
 

Uses of WebSession in org.apache.wicket.protocol.http
 

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

Uses of WebSession in org.apache.wicket.quickstart
 

Subclasses of WebSession in org.apache.wicket.quickstart
 class QuickStartSession
          Subclass of WebSession for QuickStartApplication to allow easy and typesafe access to session properties.
 



Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.