public static final class EndpointRequest.LinksRequestMatcher extends ApplicationContextRequestMatcher<WebEndpointProperties>
Modifier and Type | Method and Description |
---|---|
protected void |
initialized(Supplier<WebEndpointProperties> properties)
Called once the context has been initialized.
|
protected boolean |
matches(HttpServletRequest request,
Supplier<WebEndpointProperties> context)
Decides whether the rule implemented by the strategy matches the supplied request.
|
matches
protected void initialized(Supplier<WebEndpointProperties> properties)
ApplicationContextRequestMatcher
initialized
in class ApplicationContextRequestMatcher<WebEndpointProperties>
properties
- a supplier for the initialized context (may throw an exception)protected boolean matches(HttpServletRequest request, Supplier<WebEndpointProperties> context)
ApplicationContextRequestMatcher
matches
in class ApplicationContextRequestMatcher<WebEndpointProperties>
request
- the source requestcontext
- a supplier for the initialized context (may throw an exception)Copyright © 2018 Pivotal Software, Inc.. All rights reserved.