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