public static final class StaticResourceRequest.StaticResourceRequestMatcher extends ApplicationContextRequestMatcher<ServerProperties>
Locations.| Modifier and Type | Method and Description |
|---|---|
StaticResourceRequest.StaticResourceRequestMatcher |
excluding(Set<StaticResourceRequest.Location> locations)
Return a new
StaticResourceRequest.StaticResourceRequestMatcher based on this one but
excluding the specified locations. |
StaticResourceRequest.StaticResourceRequestMatcher |
excluding(StaticResourceRequest.Location first,
StaticResourceRequest.Location... rest)
Return a new
StaticResourceRequest.StaticResourceRequestMatcher based on this one but
excluding the specified locations. |
protected void |
initialized(ServerProperties serverProperties) |
protected boolean |
matches(javax.servlet.http.HttpServletRequest request,
ServerProperties context) |
matchespublic StaticResourceRequest.StaticResourceRequestMatcher excluding(StaticResourceRequest.Location first, StaticResourceRequest.Location... 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<StaticResourceRequest.Location> locations)
StaticResourceRequest.StaticResourceRequestMatcher based on this one but
excluding the specified locations.locations - the locations to excludeStaticResourceRequest.StaticResourceRequestMatcherprotected void initialized(ServerProperties serverProperties)
initialized in class ApplicationContextRequestMatcher<ServerProperties>protected boolean matches(javax.servlet.http.HttpServletRequest request,
ServerProperties context)
matches in class ApplicationContextRequestMatcher<ServerProperties>Copyright © 2017 Pivotal Software, Inc.. All rights reserved.