| Package | Description |
|---|---|
| org.apache.sling.cms |
Package with all of the common models used to access content in the Sling
reference CMS
|
| Modifier and Type | Method and Description |
|---|---|
Component |
EditableResource.getComponent()
Get the component associated with this resource
|
| Modifier and Type | Method and Description |
|---|---|
List<Component> |
ComponentManager.getAllComponents()
Returns all of the components in Sling CMS with a component type specified.
|
Map<String,List<Component>> |
ComponentManager.getComponentsByType()
Returns a Map of the components with a component type specified with the key
of the map being the component type and the value being the list of
components for that type.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.