Class HttpSessionFactory

  • All Implemented Interfaces:
    org.glassfish.hk2.api.Factory<javax.servlet.http.HttpSession>

    public class HttpSessionFactory
    extends java.lang.Object
    implements org.glassfish.hk2.api.Factory<javax.servlet.http.HttpSession>
    • Constructor Summary

      Constructors 
      Constructor Description
      HttpSessionFactory​(javax.servlet.http.HttpServletRequest request)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void dispose​(javax.servlet.http.HttpSession t)  
      javax.servlet.http.HttpSession provide()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HttpSessionFactory

        @Inject
        public HttpSessionFactory​(javax.servlet.http.HttpServletRequest request)
    • Method Detail

      • provide

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

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