public interface MutableResolvedMount extends ResolvedMount
Modifier and Type | Method and Description |
---|---|
void |
setMount(Mount mount)
|
getFormLoginPage, getMatchingIgnoredPrefix, getMount, getNamedPipeline, getPortNumber, getResolvedMountPath, getResolvedVirtualHost, getRoles, getUsers, isAuthenticated, isSessionStateful, isSubjectBasedSession, matchSiteMapItem
void setMount(Mount mount)
Mount
behind the ResolvedMount
to the new mount
. This is useful
to for example decorate a Mount
: For example, to decorate a Mount
representing a live environment
in such a way that it shows the preview.mount
- Copyright © 2008–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.