public static final class EndpointRequest.EndpointRequestMatcher extends ApplicationContextRequestMatcher<PathMappedEndpoints>
actuator endpoints
.Modifier and Type | Method and Description |
---|---|
protected void |
initialized(PathMappedEndpoints pathMappedEndpoints)
Called once the context has been initialized.
|
protected boolean |
matches(javax.servlet.http.HttpServletRequest request,
PathMappedEndpoints context)
Decides whether the rule implemented by the strategy matches the supplied request.
|
matches
protected void initialized(PathMappedEndpoints pathMappedEndpoints)
ApplicationContextRequestMatcher
initialized
in class ApplicationContextRequestMatcher<PathMappedEndpoints>
pathMappedEndpoints
- the initialized contextprotected boolean matches(javax.servlet.http.HttpServletRequest request, PathMappedEndpoints context)
ApplicationContextRequestMatcher
matches
in class ApplicationContextRequestMatcher<PathMappedEndpoints>
request
- the source requestcontext
- the context instanceCopyright © 2018 Pivotal Software, Inc.. All rights reserved.