Interface StoreRequestContext

    • Method Detail

      • getHttpServletRequest

        javax.servlet.http.HttpServletRequest getHttpServletRequest()
        Get the associated HTTP request, which may be null if there is no associated external HTTP request. The setAttribute and getAttribute methods on the HttpServletRequest may be used by a plugin extension to store some state in a pre-request method and reference it in the post-request method.
        Returns:
        The HTTP request, or null if there is none.