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)
Called once the context has been initialized.
|
protected boolean |
matches(HttpServletRequest request,
Supplier<DispatcherServletPath> context)
Decides whether the rule implemented by the strategy matches the supplied request.
|
matches
public 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.StaticResourceRequestMatcher
public StaticResourceRequest.StaticResourceRequestMatcher excluding(Set<StaticResourceLocation> locations)
StaticResourceRequest.StaticResourceRequestMatcher
based on this one but
excluding the specified locations.locations
- the locations to excludeStaticResourceRequest.StaticResourceRequestMatcher
protected void initialized(Supplier<DispatcherServletPath> dispatcherServletPath)
ApplicationContextRequestMatcher
initialized
in class ApplicationContextRequestMatcher<DispatcherServletPath>
dispatcherServletPath
- a supplier for the initialized context (may throw an exception)protected boolean matches(HttpServletRequest request, Supplier<DispatcherServletPath> context)
ApplicationContextRequestMatcher
matches
in class ApplicationContextRequestMatcher<DispatcherServletPath>
request
- the source requestcontext
- a supplier for the initialized context (may throw an exception)Copyright © 2019 Pivotal Software, Inc.. All rights reserved.