Package org.hippoecm.hst.core.internal
Interface MutableResolvedMount
-
- All Superinterfaces:
ResolvedMount
public interface MutableResolvedMount extends ResolvedMount
This is an INTERNAL USAGE ONLY API. Clients should not cast to these interfaces as they should never be used from client code
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setMount(Mount mount)
-
Methods inherited from interface org.hippoecm.hst.core.request.ResolvedMount
getFormLoginPage, getMatchingIgnoredPrefix, getMount, getNamedPipeline, getPortNumber, getResolvedMountPath, getRoles, getUsers, isAuthenticated, isSessionStateful, isSubjectBasedSession, matchSiteMapItem
-
-
-
-
Method Detail
-
setMount
void setMount(Mount mount)
Sets the backingMount
behind theResolvedMount
to the newmount
. This is useful to for example decorate aMount
: For example, to decorate aMount
representing a live environment in such a way that it shows the preview.- Parameters:
mount
-
-
-