public class EComSession<U extends IGenericEcomUser> extends ContextualSession<U,EComUserShell<U,org.apache.wicket.protocol.http.WebSession>>
BasicSessionshell| 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, setPartialContextderiveUserId, getAuthToken, getShell, getUser, getUserId, setAuthToken, setUsercleanupComponentFeedbackMessages, cleanupFeedbackMessages, isCurrentRequestValidattach, 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, warnpublic static EComSession get()
public Cart getShoppingCart()
public void setShoppingCart(Cart shoppingCart)
public AbstractArea getArea()
public void setArea(AbstractArea area)
public void extendShell(BasicSession environment)
BasicSessionextendShell in class BasicSession<U extends IGenericEcomUser,EComUserShell<U extends IGenericEcomUser,org.apache.wicket.protocol.http.WebSession>>environment - @nullable true; if null will assume current BasicSessionCopyright © 2018. All rights reserved.