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.HttpSessiongetSession(String sessionId)
-
Constructor Details
-
JavaXHttpSessionContextAdapter
public JavaXHttpSessionContextAdapter(jakarta.servlet.http.HttpSessionContext delegate)
-
-
Method Details
-
getSession
- Specified by:
getSessionin interfacejavax.servlet.http.HttpSessionContext
-
getIds
- Specified by:
getIdsin interfacejavax.servlet.http.HttpSessionContext
-