Class SessionContext

java.lang.Object
org.exoplatform.container.context.AbstractContext<jakarta.servlet.http.HttpSession>
org.exoplatform.container.context.SharedContext<jakarta.servlet.http.HttpSession>
org.exoplatform.container.context.SessionContext
All Implemented Interfaces:
javax.enterprise.context.spi.Context, ThreadContextHolder, AdvancedContext<jakarta.servlet.http.HttpSession>

public class SessionContext extends SharedContext<jakarta.servlet.http.HttpSession>
The context that represents the SessionScoped. The key used is the id of the session.
Version:
$Id$
Author:
Nicolas Filotto