Package com.hybris.cockpitng.util
Class BackofficeSession
- java.lang.Object
-
- org.zkoss.zk.ui.http.SimpleSession
-
- org.zkoss.zk.ui.http.SerializableSession
-
- com.hybris.cockpitng.util.BackofficeSession
-
- All Implemented Interfaces:
java.io.Serializable,java.util.EventListener,javax.servlet.http.HttpSessionActivationListener,org.zkoss.zk.ui.ext.Scope,org.zkoss.zk.ui.Session,org.zkoss.zk.ui.sys.SessionCtrl
public class BackofficeSession extends org.zkoss.zk.ui.http.SerializableSession- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BackofficeSession(org.zkoss.zk.ui.WebApp wapp, java.lang.Object hsess, java.lang.Object request)BackofficeSession(org.zkoss.zk.ui.WebApp wapp, javax.servlet.http.HttpSession hsess, java.lang.Object request)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.zkoss.zk.ui.sys.DesktopCachegetDesktopCache()java.util.Map<java.lang.String,WidgetInstance>getWidgetInstanceMap()voidsetDesktopCache(org.zkoss.zk.ui.sys.DesktopCache desktopCache)voidsetWidgetInstanceMap(java.util.Map<java.lang.String,WidgetInstance> widgetInstanceMap)-
Methods inherited from class org.zkoss.zk.ui.http.SerializableSession
sessionDidActivate, sessionWillPassivate
-
Methods inherited from class org.zkoss.zk.ui.http.SimpleSession
addScopeListener, getAttribute, getAttribute, getAttributes, getDeviceType, getLocalAddr, getLocalName, getMaxInactiveInterval, getNativeSession, getRemoteAddr, getRemoteHost, getServerName, getWebApp, hasAttribute, hasAttribute, invalidate, invalidateNow, isInvalidated, notifyClientRequest, onDestroyed, readThis, recover, removeAttribute, removeAttribute, removeScopeListener, sessionDidActivate, sessionWillPassivate, setAttribute, setAttribute, setDeviceType, setMaxInactiveInterval, writeThis
-
-
-
-
Method Detail
-
getDesktopCache
public org.zkoss.zk.ui.sys.DesktopCache getDesktopCache()
- Specified by:
getDesktopCachein interfaceorg.zkoss.zk.ui.sys.SessionCtrl- Overrides:
getDesktopCachein classorg.zkoss.zk.ui.http.SimpleSession
-
setDesktopCache
public void setDesktopCache(org.zkoss.zk.ui.sys.DesktopCache desktopCache)
- Specified by:
setDesktopCachein interfaceorg.zkoss.zk.ui.sys.SessionCtrl- Overrides:
setDesktopCachein classorg.zkoss.zk.ui.http.SimpleSession
-
getWidgetInstanceMap
public java.util.Map<java.lang.String,WidgetInstance> getWidgetInstanceMap()
-
setWidgetInstanceMap
public void setWidgetInstanceMap(java.util.Map<java.lang.String,WidgetInstance> widgetInstanceMap)
-
-