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 void
activate(org.osgi.framework.BundleContext bundleContext)
String
overlayMergeMountPoint(org.apache.sling.api.resource.ResourceResolver resolver)
The position of the Sling search based resource picker, normally /mnt/overlay .String
overrideMergeMountPoint(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:MergeMountpointService
The position of the Sling resource type hierarchy based resource merger , normally /mnt/override .- Specified by:
overrideMergeMountPoint
in interfaceMergeMountpointService
-
overlayMergeMountPoint
public String overlayMergeMountPoint(org.apache.sling.api.resource.ResourceResolver resolver)
Description copied from interface:MergeMountpointService
The position of the Sling search based resource picker, normally /mnt/overlay .- Specified by:
overlayMergeMountPoint
in interfaceMergeMountpointService
-
-