private static class HiddenHttpMethodFilter.HttpMethodRequestWrapper
extends HttpServletRequestWrapper
HttpServletRequest
wrapper that returns the supplied method for
HttpServletRequest#getMethod()
.Modifier and Type | Field and Description |
---|---|
private java.lang.String |
method |
Constructor and Description |
---|
HiddenHttpMethodFilter.HttpMethodRequestWrapper(HttpServletRequest request,
java.lang.String method) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMethod() |