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
 
- 
Method Details
- 
getWrappedRequest
jakarta.servlet.ServletRequest getWrappedRequest() 
 -