org.apache.tomee.catalina.cdi
Class SessionContextBackedByHttpSession

java.lang.Object
  extended by org.apache.webbeans.context.AbstractContext
      extended by org.apache.webbeans.context.SessionContext
          extended by 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

Field Summary
 
Fields inherited from class org.apache.webbeans.context.AbstractContext
active, componentInstanceMap, scopeType
 
Constructor Summary
SessionContextBackedByHttpSession(javax.servlet.http.HttpSession session)
           
 
Method Summary
 javax.servlet.http.HttpSession getSession()
           
static String key(Object key)
           
 void setComponentSessionInstanceMap()
           
 
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
 

Constructor Detail

SessionContextBackedByHttpSession

public SessionContextBackedByHttpSession(javax.servlet.http.HttpSession session)
Method Detail

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.