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