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 Summary

    Modifier and Type
    Method
    Description
    jakarta.servlet.ServletRequest
     
  • Method Details

    • getWrappedRequest

      jakarta.servlet.ServletRequest getWrappedRequest()