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

Packages that use WebSession
org.apache.wicket.authentication   
org.apache.wicket.examples.authentication   
org.apache.wicket.examples.authorization   
org.apache.wicket.examples.hangman   
org.apache.wicket.examples.library   
org.apache.wicket.examples.signin   
org.apache.wicket.examples.signin2   
org.apache.wicket.protocol.http HTTP implementation. 
 

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.examples.authentication
 

Subclasses of WebSession in org.apache.wicket.examples.authentication
 class MyAuthenticatedWebSession
          Authenticated session subclass
 

Uses of WebSession in org.apache.wicket.examples.authorization
 

Subclasses of WebSession in org.apache.wicket.examples.authorization
 class RolesSession
          Web Session for this example.
 

Uses of WebSession in org.apache.wicket.examples.hangman
 

Subclasses of WebSession in org.apache.wicket.examples.hangman
 class HangmanSession
          Session for hangman game.
 

Uses of WebSession in org.apache.wicket.examples.library
 

Subclasses of WebSession in org.apache.wicket.examples.library
 class LibrarySession
          Session class for library example.
 

Uses of WebSession in org.apache.wicket.examples.signin
 

Subclasses of WebSession in org.apache.wicket.examples.signin
 class SignInSession
          Session class for signin example.
 

Uses of WebSession in org.apache.wicket.examples.signin2
 

Subclasses of WebSession in org.apache.wicket.examples.signin2
 class SignIn2Session
          Session class for signin example.
 

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

Methods in org.apache.wicket.protocol.http that return WebSession
 WebSession WebRequestCycle.getWebSession()
          Casts Session to a WebSession WARNING: Do not override this method.
 WebSession MockWebApplication.getWicketSession()
          Get the wicket session.
 



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