public interface RequestMethodResolver
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
resolvePostToGet(HttpServletRequest request)
Method should return a "GET" for a particular "POST" request otherwise it returns the method name from the request.
|
Copyright © 2018 SAP SE. All Rights Reserved.