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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.servlet.ServletRequest
getWrappedRequest()
-