Class HttpServletRequestResponseContext

java.lang.Object
net.shibboleth.shared.servlet.impl.HttpServletRequestResponseContext

public final class HttpServletRequestResponseContext extends Object
Class which holds and makes available the current HTTP servlet request and response via ThreadLocal storage.

See also net.shibboleth.shared.spring.servlet.impl.RequestResponseContextFilter, a Java Servlet Filter-based way to populate and clean up this context in a servlet container.

  • Field Details

  • Constructor Details

    • HttpServletRequestResponseContext

      private HttpServletRequestResponseContext()
      Constructor.
  • Method Details