|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ComponentManager
Provides access to CQ5 Components
| Method Summary | |
|---|---|
Component |
getComponent(String path)
Returns the component at the given path. |
Component |
getComponentOfResource(org.apache.sling.api.resource.Resource resource)
Returns the component according to the type of the resource or null if no such component exists. |
Collection<Component> |
getComponents()
Returns all components configured in the system. |
| Method Detail |
|---|
Component getComponentOfResource(org.apache.sling.api.resource.Resource resource)
null if no such component exists.
resource - to resolve
nullComponent getComponent(String path)
path - component path
nullCollection<Component> getComponents()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||