Class HttpSessionContextWrapper
- java.lang.Object
-
- org.apache.felix.http.base.internal.jakartawrappers.HttpSessionContextWrapper
-
- All Implemented Interfaces:
jakarta.servlet.http.HttpSessionContext
public class HttpSessionContextWrapper extends Object implements jakarta.servlet.http.HttpSessionContext
http session context wrapper
-
-
Constructor Summary
Constructors Constructor Description HttpSessionContextWrapper(javax.servlet.http.HttpSessionContext c)Create new context
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Enumeration<String>getIds()jakarta.servlet.http.HttpSessiongetSession(String sessionId)
-
-
-
Method Detail
-
getSession
public jakarta.servlet.http.HttpSession getSession(String sessionId)
- Specified by:
getSessionin interfacejakarta.servlet.http.HttpSessionContext
-
getIds
public Enumeration<String> getIds()
- Specified by:
getIdsin interfacejakarta.servlet.http.HttpSessionContext
-
-