public static final class StaticResourceRequest.StaticResourceRequestMatcher extends ApplicationContextRequestMatcher<DispatcherServletPath>
Locations.| Modifier and Type | Method and Description |
|---|---|
StaticResourceRequest.StaticResourceRequestMatcher |
excluding(Set<StaticResourceLocation> locations)
Return a new
StaticResourceRequest.StaticResourceRequestMatcher based on this one but
excluding the specified locations. |
StaticResourceRequest.StaticResourceRequestMatcher |
excluding(StaticResourceLocation first,
StaticResourceLocation... rest)
Return a new
StaticResourceRequest.StaticResourceRequestMatcher based on this one but
excluding the specified locations. |
protected void |
initialized(Supplier<DispatcherServletPath> dispatcherServletPath) |
protected boolean |
matches(javax.servlet.http.HttpServletRequest request,
Supplier<DispatcherServletPath> context) |
matchespublic StaticResourceRequest.StaticResourceRequestMatcher excluding(StaticResourceLocation first, StaticResourceLocation... rest)
StaticResourceRequest.StaticResourceRequestMatcher based on this one but
excluding the specified locations.first - the first location to excluderest - additional locations to excludeStaticResourceRequest.StaticResourceRequestMatcherpublic StaticResourceRequest.StaticResourceRequestMatcher excluding(Set<StaticResourceLocation> locations)
StaticResourceRequest.StaticResourceRequestMatcher based on this one but
excluding the specified locations.locations - the locations to excludeStaticResourceRequest.StaticResourceRequestMatcherprotected void initialized(Supplier<DispatcherServletPath> dispatcherServletPath)
initialized in class ApplicationContextRequestMatcher<DispatcherServletPath>protected boolean matches(javax.servlet.http.HttpServletRequest request,
Supplier<DispatcherServletPath> context)
matches in class ApplicationContextRequestMatcher<DispatcherServletPath>Copyright © 2019 Pivotal Software, Inc.. All rights reserved.