com.guiseframework.platform.web
Class HTTPServletGuiseContainer.GuiseApplicationHTTPSessionKey

java.lang.Object
  extended by com.globalmentor.model.AbstractProxyHashObject
      extended by com.guiseframework.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 Summary
HTTPServletGuiseContainer.GuiseApplicationHTTPSessionKey(GuiseApplication guiseApplication, HttpSession httpSession)
          Guise application and HTTP session constructor.
 
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

HTTPServletGuiseContainer.GuiseApplicationHTTPSessionKey

public HTTPServletGuiseContainer.GuiseApplicationHTTPSessionKey(GuiseApplication guiseApplication,
                                                                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.


Copyright © 2005-2010 GlobalMentor, Inc. All Rights Reserved.