Class MockHttpServletRequestLookupStrategy

    • Field Detail

      • servletRequest

        private javax.servlet.http.HttpServletRequest servletRequest
        The servlet request.
    • Constructor Detail

      • MockHttpServletRequestLookupStrategy

        public MockHttpServletRequestLookupStrategy​(javax.servlet.http.HttpServletRequest request)
        Constructor.
        Parameters:
        request - the HttpServletRequest
    • Method Detail

      • apply

        @Nullable
        public javax.servlet.http.HttpServletRequest apply​(@Nullable
                                                           MessageContext input)
        Specified by:
        apply in interface Function<MessageContext,​javax.servlet.http.HttpServletRequest>