Class WebSessionKey

    • Constructor Detail

      • WebSessionKey

        public WebSessionKey(ServletRequest request,
                             ServletResponse response)
      • WebSessionKey

        public WebSessionKey(Serializable sessionId,
                             ServletRequest request,
                             ServletResponse response)
    • Method Detail

      • getServletRequest

        public ServletRequest getServletRequest()
        Description copied from interface: RequestPairSource
        Returns the incoming ServletRequest associated with the component.
        Specified by:
        getServletRequest in interface  RequestPairSource
        Returns:
        the incoming ServletRequest associated with the component.