Package | Description |
---|---|
org.apache.sling.resource.collection | |
org.apache.sling.resource.collection.impl |
Modifier and Type | Method and Description |
---|---|
ResourceCollection |
ResourceCollectionManager.createCollection(org.apache.sling.api.resource.Resource parentResource,
String name)
This method creates a resource collection with a given name under the
parentResource . |
ResourceCollection |
ResourceCollectionManager.createCollection(org.apache.sling.api.resource.Resource parentResource,
String name,
Map<String,Object> properties)
This method creates a resource collection with a given name under the
parentResource . |
ResourceCollection |
ResourceCollectionManager.getCollection(org.apache.sling.api.resource.Resource resource)
This method returns a resource collection for the given
resource
that represents a ResourceCollection . |
Modifier and Type | Class and Description |
---|---|
class |
ResourceCollectionImpl
Implements
ResourceCollection |
Modifier and Type | Method and Description |
---|---|
ResourceCollection |
ResourceCollectionManagerImpl.createCollection(org.apache.sling.api.resource.Resource parentResource,
String name)
This method creates a resource collection with a given name under the
parentResource . |
ResourceCollection |
ResourceCollectionManagerImpl.createCollection(org.apache.sling.api.resource.Resource parentResource,
String name,
Map<String,Object> properties)
This method creates a resource collection with a given name under the
parentResource . |
ResourceCollection |
ResourceCollectionManagerImpl.getCollection(org.apache.sling.api.resource.Resource resource)
This method returns a resource collection for the given
resource
that represents a ResourceCollection . |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.