Class HTTPServletGuiseContainer.GuiseApplicationHTTPSessionKey

java.lang.Object
com.globalmentor.model.AbstractProxyHashObject
io.guise.framework.platform.web.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
  • Constructor Details

    • 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.