@ProviderType
public interface ComponentManager
| Modifier and Type | Method and Description |
|---|---|
List<Component> |
getAllComponents()
Returns all of the components in Sling CMS with a component type specified.
|
Map<String,List<Component>> |
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.
|
List<String> |
getComponentTypes()
Returns a list of all of the registered component types
|
List<Component> getAllComponents()
Map<String,List<Component>> getComponentsByType()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.