public class ExcludeUrlRequestMatcher
extends java.lang.Object
| Constructor and Description |
|---|
ExcludeUrlRequestMatcher() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Set<java.lang.String> |
getExcludeUrlSet() |
protected PathMatcher |
getPathMatcher() |
boolean |
matches(HttpServletRequest request) |
void |
setExcludeUrlSet(java.util.Set<java.lang.String> excludeUrlSet) |
void |
setPathMatcher(PathMatcher pathMatcher) |
public boolean matches(HttpServletRequest request)
protected java.util.Set<java.lang.String> getExcludeUrlSet()
public void setExcludeUrlSet(java.util.Set<java.lang.String> excludeUrlSet)
protected PathMatcher getPathMatcher()
public void setPathMatcher(PathMatcher pathMatcher)
Copyright © 2018 SAP SE. All Rights Reserved.