Class HttpSessionFactory

java.lang.Object
step.core.deployment.HttpSessionFactory
All Implemented Interfaces:
org.glassfish.hk2.api.Factory<jakarta.servlet.http.HttpSession>

public class HttpSessionFactory extends Object implements org.glassfish.hk2.api.Factory<jakarta.servlet.http.HttpSession>
  • Constructor Details

    • HttpSessionFactory

      @Inject public HttpSessionFactory(jakarta.servlet.http.HttpServletRequest request)
  • Method Details

    • provide

      public jakarta.servlet.http.HttpSession provide()
      Specified by:
      provide in interface org.glassfish.hk2.api.Factory<jakarta.servlet.http.HttpSession>
    • dispose

      public void dispose(jakarta.servlet.http.HttpSession t)
      Specified by:
      dispose in interface org.glassfish.hk2.api.Factory<jakarta.servlet.http.HttpSession>