Skip navigation links
A C D E G H I L M N O P R S T V 

A

activate(BundleContext) - Method in class org.apache.sling.resourcemerger.impl.MergedResourcePickerWhiteboard
 
adaptTo(Class<AdapterType>) - Method in class org.apache.sling.resourcemerger.impl.CRUDMergedResource
adaptTo(Class<AdapterType>) - Method in class org.apache.sling.resourcemerger.impl.MergedResource
addingService(ServiceReference) - Method in class org.apache.sling.resourcemerger.impl.MergedResourcePickerWhiteboard
 

C

commit(ResolveContext<Void>) - Method in class org.apache.sling.resourcemerger.impl.CRUDMergingResourceProvider
 
configure(Map<String, Object>) - Method in class org.apache.sling.resourcemerger.impl.picker.SearchPathBasedResourcePicker
 
create(ResolveContext<Void>, String, Map<String, Object>) - Method in class org.apache.sling.resourcemerger.impl.CRUDMergingResourceProvider
 
CRUDMergedResource - Class in org.apache.sling.resourcemerger.impl
CRUDMergingResourceProvider - Class in org.apache.sling.resourcemerger.impl
This is a modifiable resource provider.
CRUDMergingResourceProvider(String, MergedResourcePicker2, boolean) - Constructor for class org.apache.sling.resourcemerger.impl.CRUDMergingResourceProvider
 

D

deactivate() - Method in class org.apache.sling.resourcemerger.impl.MergedResourcePickerWhiteboard
 
DEFAULT_ROOT - Static variable in class org.apache.sling.resourcemerger.impl.picker.ResourceTypeHierarchyBasedResourcePicker
 
DEFAULT_ROOT - Static variable in class org.apache.sling.resourcemerger.impl.picker.SearchPathBasedResourcePicker
 
delete(ResolveContext<Void>, Resource) - Method in class org.apache.sling.resourcemerger.impl.CRUDMergingResourceProvider
 

E

equals(Object) - Method in class org.apache.sling.resourcemerger.impl.MergedResource
Merged resources are considered equal if their paths are equal, regardless of the list of mapped resources.
exclude - Variable in class org.apache.sling.resourcemerger.impl.MergingResourceProvider.ExcludeEntry
 
ExcludeEntry(String, boolean) - Constructor for class org.apache.sling.resourcemerger.impl.MergingResourceProvider.ExcludeEntry
 

G

getMappedResources() - Method in class org.apache.sling.resourcemerger.impl.MergedResource
 
getMergedResource(Resource) - Method in interface org.apache.sling.resourcemerger.api.ResourceMergerService
Deprecated.
Returns a merged resource if the provided resource is from one of the search paths and the resource is not hidden.
getMergedResource(Resource) - Method in class org.apache.sling.resourcemerger.impl.picker.SearchPathBasedResourcePicker
Returns a merged resource if the provided resource is from one of the search paths and the resource is not hidden.
getMergedResourcePath(String) - Method in interface org.apache.sling.resourcemerger.api.ResourceMergerService
Deprecated.
Returns the absolute path for the provided relative path.
getMergedResourcePath(String) - Method in class org.apache.sling.resourcemerger.impl.picker.SearchPathBasedResourcePicker
Returns the absolute path for the provided relative path.
getParent(ResolveContext<Void>, Resource) - Method in class org.apache.sling.resourcemerger.impl.MergingResourceProvider
 
getParent() - Method in class org.apache.sling.resourcemerger.impl.StubResource
 
getPath() - Method in class org.apache.sling.resourcemerger.impl.MergedResource
getRelativePath(String) - Method in class org.apache.sling.resourcemerger.impl.MergingResourceProvider
Gets the relative path out of merge root path
getResource(ResolveContext<Void>, String, ResourceContext, Resource) - Method in class org.apache.sling.resourcemerger.impl.MergingResourceProvider
getResourceMetadata() - Method in class org.apache.sling.resourcemerger.impl.MergedResource
getResourcePath(String, String) - Method in interface org.apache.sling.resourcemerger.api.ResourceMergerService
Deprecated.
Return a resource path by taking the path of the merged resource, removing the mount point and replacing it with the search path.
getResourcePath(String, String) - Method in class org.apache.sling.resourcemerger.impl.picker.SearchPathBasedResourcePicker
Return a resource path by taking the path of the merged resource, removing the mount point and replacing it with the search path.
getResourceResolver() - Method in class org.apache.sling.resourcemerger.impl.MergedResource
getResourceSuperType() - Method in class org.apache.sling.resourcemerger.impl.MergedResource
getResourceType() - Method in class org.apache.sling.resourcemerger.impl.MergedResource
getResourceType() - Method in class org.apache.sling.resourcemerger.impl.StubResource
 

H

hasChanges(ResolveContext<Void>) - Method in class org.apache.sling.resourcemerger.impl.CRUDMergingResourceProvider
 
hashCode() - Method in class org.apache.sling.resourcemerger.impl.MergedResource
 

I

isHidden(String, boolean) - Method in class org.apache.sling.resourcemerger.impl.MergingResourceProvider.ParentHidingHandler
 
isMergedResource(Resource) - Method in interface org.apache.sling.resourcemerger.api.ResourceMergerService
Deprecated.
Returns true if the provided Resource is a merged resource.
isMergedResource(Resource) - Static method in class org.apache.sling.resourcemerger.api.ResourceMergerUtil
Returns true if the provided Resource is a merged resource.
isMergedResource(Resource) - Method in class org.apache.sling.resourcemerger.impl.picker.SearchPathBasedResourcePicker
Returns true if the provided Resource is a merged resource.

L

listChildren(ResolveContext<Void>, Resource) - Method in class org.apache.sling.resourcemerger.impl.MergingResourceProvider

M

MERGE_ROOT - Static variable in interface org.apache.sling.resourcemerger.spi.MergedResourcePicker
Deprecated.
Service property name identifying the root path for the merged resources.
MERGE_ROOT - Static variable in interface org.apache.sling.resourcemerger.spi.MergedResourcePicker2
Service property name identifying the root path for the merged resources.
MergedResource - Class in org.apache.sling.resourcemerger.impl
MergedResourceConstants - Class in org.apache.sling.resourcemerger.impl
Constants related to MergedResource.
MergedResourcePicker - Interface in org.apache.sling.resourcemerger.spi
Deprecated.
Use new MergedResourcePicker2 instead.
MergedResourcePicker2 - Interface in org.apache.sling.resourcemerger.spi
Service interface which can be implemented to define an algorithm used to pick resources to be merged.
MergedResourcePickerWhiteboard - Class in org.apache.sling.resourcemerger.impl
 
MergedResourcePickerWhiteboard() - Constructor for class org.apache.sling.resourcemerger.impl.MergedResourcePickerWhiteboard
 
MergedValueMap - Class in org.apache.sling.resourcemerger.impl
A MergedValueMap is a ValueMap aggregated from the different resources mapped to a MergedResource.
MergedValueMap(List<ValueMap>) - Constructor for class org.apache.sling.resourcemerger.impl.MergedValueMap
Constructor
mergeRootPath - Variable in class org.apache.sling.resourcemerger.impl.MergingResourceProvider
 
MergingResourceProvider - Class in org.apache.sling.resourcemerger.impl
 
MergingResourceProvider.ExcludeEntry - Class in org.apache.sling.resourcemerger.impl
 
MergingResourceProvider.ParentHidingHandler - Class in org.apache.sling.resourcemerger.impl
Class to check whether a child resource must be hidden.
MergingResourceProvider.ResourceHolder - Class in org.apache.sling.resourcemerger.impl
 
METADATA_FLAG - Static variable in class org.apache.sling.resourcemerger.impl.MergedResourceConstants
Resource meta data entry indicating that the resource is a merged resource
METADATA_RESOURCES - Static variable in class org.apache.sling.resourcemerger.impl.MergedResourceConstants
Resource meta data entry containing the paths of the merged resources.
modifiedService(ServiceReference, Object) - Method in class org.apache.sling.resourcemerger.impl.MergedResourcePickerWhiteboard
 

N

name - Variable in class org.apache.sling.resourcemerger.impl.MergingResourceProvider.ExcludeEntry
 
name - Variable in class org.apache.sling.resourcemerger.impl.MergingResourceProvider.ResourceHolder
 

O

onlyUnderlying - Variable in class org.apache.sling.resourcemerger.impl.MergingResourceProvider.ExcludeEntry
 
org.apache.sling.resourcemerger.api - package org.apache.sling.resourcemerger.api
Provides a service to merge multiple physical resources into a single one
org.apache.sling.resourcemerger.impl - package org.apache.sling.resourcemerger.impl
 
org.apache.sling.resourcemerger.impl.picker - package org.apache.sling.resourcemerger.impl.picker
 
org.apache.sling.resourcemerger.spi - package org.apache.sling.resourcemerger.spi
Provides a service to merge multiple physical resources into a single one

P

ParentHidingHandler(Resource, boolean) - Constructor for class org.apache.sling.resourcemerger.impl.MergingResourceProvider.ParentHidingHandler
 
picker - Variable in class org.apache.sling.resourcemerger.impl.MergingResourceProvider
 
pickResources(ResourceResolver, String, Resource) - Method in class org.apache.sling.resourcemerger.impl.picker.ResourceTypeHierarchyBasedResourcePicker
 
pickResources(ResourceResolver, String, Resource) - Method in class org.apache.sling.resourcemerger.impl.picker.SearchPathBasedResourcePicker
 
pickResources(ResourceResolver, String) - Method in interface org.apache.sling.resourcemerger.spi.MergedResourcePicker
Deprecated.
Method invoked by the MergingResourceProvider to identify the resources to be merged for a given relative path.
pickResources(ResourceResolver, String, Resource) - Method in interface org.apache.sling.resourcemerger.spi.MergedResourcePicker2
Method invoked by the MergingResourceProvider to identify the resources to be merged for a given relative path.
PN_HIDE_CHILDREN - Static variable in class org.apache.sling.resourcemerger.impl.MergedResourceConstants
Property name containing the list of child resources to hide.
PN_HIDE_PROPERTIES - Static variable in class org.apache.sling.resourcemerger.impl.MergedResourceConstants
Property name containing the list of properties to hide.
PN_HIDE_RESOURCE - Static variable in class org.apache.sling.resourcemerger.impl.MergedResourceConstants
Property name which has to be set to true to hide the whole resource (and its children) of the current resource.
PN_ORDER_BEFORE - Static variable in class org.apache.sling.resourcemerger.impl.MergedResourceConstants
Property name for the reordering option.

R

READ_ONLY - Static variable in interface org.apache.sling.resourcemerger.spi.MergedResourcePicker
Deprecated.
Service property name specifying whether the resources are read-only or support CRUD operations.
READ_ONLY - Static variable in interface org.apache.sling.resourcemerger.spi.MergedResourcePicker2
Service property name specifying whether the resources are read-only or support CRUD operations.
removedService(ServiceReference, Object) - Method in class org.apache.sling.resourcemerger.impl.MergedResourcePickerWhiteboard
 
ResourceHolder(String) - Constructor for class org.apache.sling.resourcemerger.impl.MergingResourceProvider.ResourceHolder
 
ResourceMergerService - Interface in org.apache.sling.resourcemerger.api
Deprecated. 
ResourceMergerUtil - Class in org.apache.sling.resourcemerger.api
Utility methods for merged resources.
ResourceMergerUtil() - Constructor for class org.apache.sling.resourcemerger.api.ResourceMergerUtil
 
resources - Variable in class org.apache.sling.resourcemerger.impl.MergingResourceProvider.ResourceHolder
 
ResourceTypeHierarchyBasedResourcePicker - Class in org.apache.sling.resourcemerger.impl.picker
 
ResourceTypeHierarchyBasedResourcePicker() - Constructor for class org.apache.sling.resourcemerger.impl.picker.ResourceTypeHierarchyBasedResourcePicker
 
revert(ResolveContext<Void>) - Method in class org.apache.sling.resourcemerger.impl.CRUDMergingResourceProvider
 

S

SearchPathBasedResourcePicker - Class in org.apache.sling.resourcemerger.impl.picker
 
SearchPathBasedResourcePicker() - Constructor for class org.apache.sling.resourcemerger.impl.picker.SearchPathBasedResourcePicker
 
StubResource - Class in org.apache.sling.resourcemerger.impl
Simple helper class representing nonexisting resources.
StubResource(ResourceResolver, String) - Constructor for class org.apache.sling.resourcemerger.impl.StubResource
Create a new stub resource.

T

toString() - Method in class org.apache.sling.resourcemerger.impl.MergedResource
 
toString() - Method in class org.apache.sling.resourcemerger.impl.StubResource
 
TRAVERSE_PARENT - Static variable in interface org.apache.sling.resourcemerger.spi.MergedResourcePicker
Deprecated.
Service property name specifying whether the parent hierarchy is traversed to check for hiding properties.
TRAVERSE_PARENT - Static variable in interface org.apache.sling.resourcemerger.spi.MergedResourcePicker2
Service property name specifying whether the parent hierarchy is traversed to check for hiding properties.
traverseHierarchie - Variable in class org.apache.sling.resourcemerger.impl.MergingResourceProvider
 

V

valueMaps - Variable in class org.apache.sling.resourcemerger.impl.MergingResourceProvider.ResourceHolder
 
A C D E G H I L M N O P R S T V 
Skip navigation links

Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.