Class JakartaHttpSessionContextAdapter
java.lang.Object
com.atlassian.confluence.impl.adapter.jakarta.servlet.http.JakartaHttpSessionContextAdapter
- All Implemented Interfaces:
jakarta.servlet.http.HttpSessionContext
public class JakartaHttpSessionContextAdapter
extends Object
implements jakarta.servlet.http.HttpSessionContext
-
Constructor Summary
ConstructorsConstructorDescriptionJakartaHttpSessionContextAdapter
(javax.servlet.http.HttpSessionContext delegate) -
Method Summary
Modifier and TypeMethodDescriptiongetIds()
jakarta.servlet.http.HttpSession
getSession
(String sessionId)
-
Constructor Details
-
JakartaHttpSessionContextAdapter
public JakartaHttpSessionContextAdapter(javax.servlet.http.HttpSessionContext delegate)
-
-
Method Details
-
getSession
- Specified by:
getSession
in interfacejakarta.servlet.http.HttpSessionContext
-
getIds
- Specified by:
getIds
in interfacejakarta.servlet.http.HttpSessionContext
-