|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectwicket.Session
wicket.protocol.http.WebSession
wicket.authorization.strategies.role.example.RolesSession
public class RolesSession
Web Session for this example.
| 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 |
|---|
public RolesSession(wicket.protocol.http.WebApplication application)
application - | Method Detail |
|---|
public User getUser()
public void setUser(User user)
user - user
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||