public interface ResolvedVirtualHost
VirtualHost
object, where possible wildcard property placeholders have been filled in, similar
to the ResolvedMount
and Mount
Modifier and Type | Method and Description |
---|---|
VirtualHost |
getVirtualHost() |
ResolvedMount |
matchMount(String requestPath)
This method tries to match the current
ResolvedVirtualHost for the requestPath to a
flyweight ResolvedMount . |
ResolvedMount |
matchMount(String contextPath,
String requestPath)
Deprecated.
since 13.0.0. Use
matchMount(String) instead. The contextPath is not used any more |
VirtualHost getVirtualHost()
ResolvedMount matchMount(String contextPath, String requestPath) throws MatchException
matchMount(String)
instead. The contextPath
is not used any morecontextPath
- the contextPath of the HttpServletRequest
requestPath
- ResolvedMount
for this hstContainerUrl or null
when it can not be matched to a
Mount
MatchException
ResolvedMount matchMount(String requestPath) throws MatchException
This method tries to match the current ResolvedVirtualHost
for the requestPath to a
flyweight ResolvedMount
.
requestPath
- ResolvedMount
for this hstContainerUrl or null
when it can not be matched to a
Mount
MatchException
Copyright © 2008–2020 Hippo B.V. (http://www.onehippo.com). All rights reserved.