public interface SuperimposingResourceProvider
extends org.apache.sling.api.resource.ResourceProvider
Modifier and Type | Field and Description |
---|---|
static String |
MIXIN_SUPERIMPOSE
Mixin for superimposing.
|
static String |
PROP_SUPERIMPOSE_OVERLAYABLE
Property indicating whether this superimposing definition allows the superimposed content
to be overlayed by real nodes created below the superimposing root node.
|
static String |
PROP_SUPERIMPOSE_REGISTER_PARENT
Property indicating if the node itself is used as root for the superimpose definition (default),
of it it's parent should be used.
|
static String |
PROP_SUPERIMPOSE_SOURCE_PATH
Property pointing to an absolute or relative repository path, which this superimpose definition points to.
|
Modifier and Type | Method and Description |
---|---|
String |
getRootPath() |
String |
getSourcePath() |
boolean |
isOverlayable() |
static final String MIXIN_SUPERIMPOSE
static final String PROP_SUPERIMPOSE_SOURCE_PATH
static final String PROP_SUPERIMPOSE_REGISTER_PARENT
static final String PROP_SUPERIMPOSE_OVERLAYABLE
Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.