Uses of Interface
org.apache.sling.cms.Component
-
Packages that use Component Package Description org.apache.sling.cms 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 Component Modifier and Type Method Description Component
EditableResource. getComponent()
Get the component associated with this resourceMethods in org.apache.sling.cms that return types with arguments of type Component Modifier and Type Method 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.
-