Package org.hippoecm.hst.core.internal
Interface MutableResolvedMount
- All Superinterfaces:
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
Modifier and TypeMethodDescriptionvoid
Methods inherited from interface org.hippoecm.hst.core.request.ResolvedMount
getFormLoginPage, getMatchingIgnoredPrefix, getMount, getNamedPipeline, getPortNumber, getResolvedMountPath, getRoles, getUsers, isAuthenticated, isSessionStateful, isSubjectBasedSession, matchSiteMapItem
-
Method Details
-
setMount
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
-
-