@Component public class RequestPathResolver extends Object
| Constructor and Description |
|---|
RequestPathResolver() |
| Modifier and Type | Method and Description |
|---|---|
String |
resolveRequestPath(javax.servlet.http.HttpServletRequest httpServletRequest)
Returns string representation of request path for the given request, without context path
|
public String resolveRequestPath(javax.servlet.http.HttpServletRequest httpServletRequest)
httpServletRequest - request to extract path fromCopyright © 2020. All rights reserved.