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 Details

    • JakartaHttpSessionContextAdapter

      public JakartaHttpSessionContextAdapter(javax.servlet.http.HttpSessionContext delegate)
  • Method Details

    • getSession

      public jakarta.servlet.http.HttpSession getSession(String sessionId)
      Specified by:
      getSession in interface jakarta.servlet.http.HttpSessionContext
    • getIds

      public Enumeration<String> getIds()
      Specified by:
      getIds in interface jakarta.servlet.http.HttpSessionContext