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