Interface Breadcrumb
- All Superinterfaces:
Component,ComponentExporter
Defines the
Breadcrumb Sling Model used for the /apps/core/wcm/components/breadcrumb component.- Since:
- com.adobe.cq.wcm.core.components.models 11.0.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringName of the resource property that will indicate if the current page should not be present in the collection returned bygetItems().static final StringName of the resource property that will indicate if pages that are hidden for navigation will still be displayed.static final StringName of the resource property that will indicate from which level starting from the current page the items from the collection returned bygetItems()will be accumulated. -
Method Summary
Modifier and TypeMethodDescriptiondefault Collection<NavigationItem> getItems()Creates collection of pages(from site hierarchy of current page) for the breadcrumb componentMethods inherited from interface com.adobe.cq.wcm.core.components.models.Component
getAppliedCssClasses, getData, getExportedType, getId
-
Field Details
-
PN_SHOW_HIDDEN
Name of the resource property that will indicate if pages that are hidden for navigation will still be displayed.- Since:
- com.adobe.cq.wcm.core.components.models 11.1.0
- See Also:
-
PN_HIDE_CURRENT
Name of the resource property that will indicate if the current page should not be present in the collection returned bygetItems().- Since:
- com.adobe.cq.wcm.core.components.models 11.1.0
- See Also:
-
PN_START_LEVEL
Name of the resource property that will indicate from which level starting from the current page the items from the collection returned bygetItems()will be accumulated.- Since:
- com.adobe.cq.wcm.core.components.models 11.1.0
- See Also:
-
-
Method Details
-
getItems
Creates collection of pages(from site hierarchy of current page) for the breadcrumb component- Returns:
Collectionof breadcrumb items- Since:
- com.adobe.cq.wcm.core.components.models 11.0.0; marked
defaultin 12.1.0
-