Modifier and Type | Method and Description |
---|---|
WebUserShell |
ContentContext.getUserShell()
The
WebUserShell will be available to the script to FacetMeta.getDisplayTransformer() , while rendering of final content |
Modifier and Type | Method and Description |
---|---|
void |
ContentContext.setUserShell(WebUserShell userShell)
The
WebUserShell will be available to the script to FacetMeta.getDisplayTransformer() , while rendering of final content |
Modifier and Type | Class and Description |
---|---|
class |
EComUserShell<U extends IGenericEcomUser,E>
Any environment that needs a user context can use a
EComUserShell
Any instance specific to the shell will not be accessible to a parent or child. |
Modifier and Type | Method and Description |
---|---|
static WebUserShell<? extends User,?> |
UserShellToThreadLocalFilter.getShellForThread() |
Modifier and Type | Class and Description |
---|---|
class |
ContextualWebUserShell<U extends User,E>
Allows the shell to have a User/Application defined context.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicSession<U extends User,S extends WebUserShell<U,org.apache.wicket.protocol.http.WebSession>>
Represents a session object
|
Modifier and Type | Field and Description |
---|---|
protected S |
BasicSession.shell |
Modifier and Type | Class and Description |
---|---|
class |
AdminSession<U extends User,S extends WebUserShell<U,org.apache.wicket.protocol.http.WebSession>>
Represents an Admin session object
|
Modifier and Type | Method and Description |
---|---|
static WebUserShell |
WicketUtils.getWebUserShell(javax.servlet.http.HttpServletRequest request)
Get
WebUserShell from request. |
static WebUserShell |
WicketUtils.getWebUserShell(javax.servlet.http.HttpSession httpSession)
Get
WebUserShell from request. |
Copyright © 2018. All rights reserved.