org.apache.tomee.catalina.cdi
Class SessionContextBackedByHttpSession
java.lang.Object
org.apache.webbeans.context.AbstractContext
org.apache.webbeans.context.SessionContext
org.apache.tomee.catalina.cdi.SessionContextBackedByHttpSession
- All Implemented Interfaces:
- Externalizable, Serializable, javax.enterprise.context.spi.Context
public class SessionContextBackedByHttpSession
- extends org.apache.webbeans.context.SessionContext
- See Also:
- Serialized Form
| Fields inherited from class org.apache.webbeans.context.AbstractContext |
active, componentInstanceMap, scopeType |
| Methods inherited from class org.apache.webbeans.context.SessionContext |
readExternal, setComponentInstanceMap, writeExternal |
| Methods inherited from class org.apache.webbeans.context.AbstractContext |
checkActive, destroy, get, get, getInstance, getScope, isActive, setActive |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SessionContextBackedByHttpSession
public SessionContextBackedByHttpSession(javax.servlet.http.HttpSession session)
setComponentSessionInstanceMap
public void setComponentSessionInstanceMap()
key
public static String key(Object key)
getSession
public javax.servlet.http.HttpSession getSession()
Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.