| Package | Description |
|---|---|
| com.adobe.cq.wcm.core.components.models |
This package defines the Sling Models exposed by the Adobe Experience Manager Core WCM Components Bundle.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
LanguageNavigationItem
Interface for a single language navigation item, used by the
LanguageNavigation model. |
| Modifier and Type | Method and Description |
|---|---|
default @Nullable NavigationItem |
Page.getRedirectTarget()
Returns the target page if this page is redirecting to another page.
|
| Modifier and Type | Method and Description |
|---|---|
default List<NavigationItem> |
NavigationItem.getChildren()
Returns the children of this
NavigationItem, if any. |
default List<NavigationItem> |
Navigation.getItems()
Returns the list of navigation items.
|
default List<NavigationItem> |
LanguageNavigation.getItems()
Returns the list of language navigation items related to the current page.
|
default Collection<NavigationItem> |
Breadcrumb.getItems()
Creates collection of pages(from site hierarchy of current page) for the breadcrumb component
|
Copyright © 2020. All rights reserved.