Class HttpSessionContextWrapper
java.lang.Object
org.apache.felix.http.javaxwrappers.HttpSessionContextWrapper
- All Implemented Interfaces:
javax.servlet.http.HttpSessionContext
public class HttpSessionContextWrapper
extends Object
implements javax.servlet.http.HttpSessionContext
http session context wrapper
-
Constructor Summary
ConstructorsConstructorDescriptionHttpSessionContextWrapper
(@NotNull jakarta.servlet.http.HttpSessionContext c) Create new context -
Method Summary
Modifier and TypeMethodDescriptiongetIds()
javax.servlet.http.HttpSession
getSession
(String sessionId)
-
Constructor Details
-
HttpSessionContextWrapper
public HttpSessionContextWrapper(@NotNull @NotNull jakarta.servlet.http.HttpSessionContext c) Create new context- Parameters:
c
- Wrapped context
-
-
Method Details
-
getSession
- Specified by:
getSession
in interfacejavax.servlet.http.HttpSessionContext
-
getIds
- Specified by:
getIds
in interfacejavax.servlet.http.HttpSessionContext
-