Uses of Interface
org.apache.sling.cms.Component
Packages that use Component
Package
Description
Package with all of the common models used to access content in the Sling
reference CMS
-
Uses of Component in org.apache.sling.cms
Methods in org.apache.sling.cms that return ComponentModifier and TypeMethodDescriptionEditableResource.getComponent()Get the component associated with this resourceMethods in org.apache.sling.cms that return types with arguments of type ComponentModifier and TypeMethodDescriptionComponentManager.getAllComponents()Returns all of the components in Sling CMS with a component type specified.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.