Class HttpSessionContextWrapper
java.lang.Object
org.apache.felix.http.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
ConstructorsConstructorDescriptionHttpSessionContextWrapper(javax.servlet.http.HttpSessionContext c) Create new context -
Method Summary
Modifier and TypeMethodDescriptiongetIds()jakarta.servlet.http.HttpSessiongetSession(String sessionId)
-
Constructor Details
-
HttpSessionContextWrapper
public HttpSessionContextWrapper(@NotNull javax.servlet.http.HttpSessionContext c) Create new context- Parameters:
c- Wrapped context
-
-
Method Details
-
getSession
- Specified by:
getSessionin interfacejakarta.servlet.http.HttpSessionContext
-
getIds
- Specified by:
getIdsin interfacejakarta.servlet.http.HttpSessionContext
-