Interface IServletRequestWrapper


  • public interface IServletRequestWrapper
    Simple interface to allowing retrieving of a wrapped request object without all the extra methods specified in the Servlet Specification
    • Method Detail

      • getWrappedRequest

        javax.servlet.ServletRequest getWrappedRequest()