org.hippoecm.hst.core.internal
Interface MutableResolvedMount

All Superinterfaces:
ResolvedMount
All Known Implementing Classes:
ResolvedMountImpl

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
 void setMount(Mount mount)
          Sets the backing Mount behind the ResolvedMount to the new mount.
 
Methods inherited from interface org.hippoecm.hst.core.request.ResolvedMount
getFormLoginPage, getMatchingIgnoredPrefix, getMount, getNamedPipeline, getResolvedMountPath, getResolvedVirtualHost, getRoles, getUsers, isAuthenticated, isSessionStateful, isSubjectBasedSession, matchSiteMapItem
 

Method Detail

setMount

void setMount(Mount mount)
Sets the backing 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.

Parameters:
mount -


Copyright © 2008-2012 Hippo. All Rights Reserved.