public class EComSession<U extends IGenericEcomUser> extends ContextualSession<U,EComUserShell<U,org.apache.wicket.protocol.http.WebSession>>
BasicSession
shell
Constructor and Description |
---|
EComSession(org.apache.wicket.Request request) |
Modifier and Type | Method and Description |
---|---|
void |
extendShell(BasicSession environment)
Extend the current Shell, with a new child shell.
|
static EComSession |
get() |
AbstractArea |
getArea() |
Cart |
getShoppingCart() |
void |
setArea(AbstractArea area) |
void |
setShoppingCart(Cart shoppingCart) |
getContext, setContext, setPartialContext
deriveUserId, getAuthToken, getShell, getUser, getUserId, setAuthToken, setUser
cleanupComponentFeedbackMessages, cleanupFeedbackMessages, isCurrentRequestValid
attach, bind, clear, createAutoPageMap, createAutoPageMapName, currentCreateAutoPageMapCounter, detach, dirty, error, exists, findOrCreate, findOrCreate, getApplication, getAttribute, getAttributeNames, getAuthorizationStrategy, getAutoPageMapNamePrefix, getAutoPageMapNameSuffix, getClassResolver, getClientInfo, getDefaultPageMap, getFeedbackMessages, getId, getLocale, getMetaData, getPage, getPage, getPageFactory, getPageMaps, getSessionStore, getSizeInBytes, getStyle, incrementCreateAutoPageMapCounter, info, invalidate, invalidateNow, isSessionInvalidated, isTemporary, newPageMap, nextPageId, nextSequenceValue, pageMapForName, removeAttribute, removePageMap, replaceSession, set, setApplication, setAttribute, setClientInfo, setLocale, setMetaData, setStyle, touch, unset, untouch, update, visitPageMaps, warn
public static EComSession get()
public Cart getShoppingCart()
public void setShoppingCart(Cart shoppingCart)
public AbstractArea getArea()
public void setArea(AbstractArea area)
public void extendShell(BasicSession environment)
BasicSession
extendShell
in class BasicSession<U extends IGenericEcomUser,EComUserShell<U extends IGenericEcomUser,org.apache.wicket.protocol.http.WebSession>>
environment
- @nullable true; if null will assume current BasicSession
Copyright © 2018. All rights reserved.