Class MergeMountpointServiceImpl
- java.lang.Object
-
- com.composum.sling.nodes.browser.impl.MergeMountpointServiceImpl
-
- All Implemented Interfaces:
MergeMountpointService
public class MergeMountpointServiceImpl extends Object implements MergeMountpointService
-
-
Constructor Summary
Constructors Constructor Description MergeMountpointServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidactivate(org.osgi.framework.BundleContext bundleContext)StringoverlayMergeMountPoint(org.apache.sling.api.resource.ResourceResolver resolver)The position of the Sling search based resource picker, normally /mnt/overlay .StringoverrideMergeMountPoint(org.apache.sling.api.resource.ResourceResolver resolver)The position of the Sling resource type hierarchy based resource merger , normally /mnt/override .
-
-
-
Method Detail
-
activate
protected void activate(org.osgi.framework.BundleContext bundleContext) throws org.osgi.framework.InvalidSyntaxException- Throws:
org.osgi.framework.InvalidSyntaxException
-
overrideMergeMountPoint
public String overrideMergeMountPoint(org.apache.sling.api.resource.ResourceResolver resolver)
Description copied from interface:MergeMountpointServiceThe position of the Sling resource type hierarchy based resource merger , normally /mnt/override .- Specified by:
overrideMergeMountPointin interfaceMergeMountpointService
-
overlayMergeMountPoint
public String overlayMergeMountPoint(org.apache.sling.api.resource.ResourceResolver resolver)
Description copied from interface:MergeMountpointServiceThe position of the Sling search based resource picker, normally /mnt/overlay .- Specified by:
overlayMergeMountPointin interfaceMergeMountpointService
-
-