wicket.authorization.strategies.role.example
Class RolesSession

java.lang.Object
  extended by wicket.Session
      extended by wicket.protocol.http.WebSession
          extended by wicket.authorization.strategies.role.example.RolesSession
All Implemented Interfaces:
java.io.Serializable

public class RolesSession
extends wicket.protocol.http.WebSession

Web Session for this example.

Author:
Eelco Hillenius
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class wicket.Session
wicket.Session.IPageMapVisitor
 
Field Summary
 
Fields inherited from class wicket.Session
SESSION_ATTRIBUTE_NAME
 
Constructor Summary
RolesSession(wicket.protocol.http.WebApplication application)
          Construct.
 
Method Summary
 User getUser()
          Gets user.
 void setUser(User user)
          Sets user.
 
Methods inherited from class wicket.protocol.http.WebSession
attach, detach, getRequestCycleFactory, initForRequest, invalidate, invalidateNow, update
 
Methods inherited from class wicket.Session
clear, createAutoPageMap, createAutoPageMapName, dirty, error, exists, get, getApplication, getAttribute, getAttributeNames, getAuthorizationStrategy, getClassResolver, getClientInfo, getConverter, getDefaultPageMap, getFeedbackMessages, getId, getLocale, getMetaData, getPage, getPageFactory, getPageFactory, getPageMaps, getSessionStore, getSizeInBytes, getStyle, info, init, newPageMap, newRequestCycle, pageMapForName, removeAttribute, removePageMap, set, setApplication, setAttribute, setClientInfo, setLocale, setMetaData, setStyle, touch, unset, visitPageMaps, warn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RolesSession

public RolesSession(wicket.protocol.http.WebApplication application)
Construct.

Parameters:
application -
Method Detail

getUser

public User getUser()
Gets user.

Returns:
user

setUser

public void setUser(User user)
Sets user.

Parameters:
user - user


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