Class HTTPServletGuiseContainer.GuiseApplicationHTTPSessionKey

  • Enclosing class:
    HTTPServletGuiseContainer

    protected static class HTTPServletGuiseContainer.GuiseApplicationHTTPSessionKey
    extends com.globalmentor.model.AbstractProxyHashObject
    A key suitable for a hash map made up of a Guise application and an HTTP session.
    Author:
    Garret Wilson
    • Method Summary

      • Methods inherited from class com.globalmentor.model.AbstractProxyHashObject

        equals, hashCode
      • Methods inherited from class java.lang.Object

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

      • GuiseApplicationHTTPSessionKey

        public GuiseApplicationHTTPSessionKey​(GuiseApplication guiseApplication,
                                              javax.servlet.http.HttpSession httpSession)
        Guise application and HTTP session constructor.
        Parameters:
        guiseApplication - The Guise application providing part of the key.
        httpSession - The HTTP session providing part of the key.