Interface LanguageNavigationItem
- All Superinterfaces:
Component,ComponentExporter,ListItem,NavigationItem
Interface for a single language navigation item, used by the
LanguageNavigation model.- Since:
- com.adobe.cq.wcm.core.components.models 12.2.0
-
Field Summary
-
Method Summary
Methods inherited from interface com.adobe.cq.wcm.core.components.models.Component
getAppliedCssClasses, getData, getExportedType, getIdMethods inherited from interface com.adobe.cq.wcm.core.components.models.ListItem
getDescription, getLastModified, getLink, getName, getPath, getTeaserResource, getTitle, getURLMethods inherited from interface com.adobe.cq.wcm.core.components.models.NavigationItem
getChildren, getLevel, getPage, isActive, isCurrent
-
Method Details
-
getLocale
Returns the locale of thisLanguageNavigationItem.- Returns:
- the locale of the language navigation item
- Since:
- com.adobe.cq.wcm.core.components.models 12.2.0
-
getCountry
Returns the country of thisLanguageNavigationItem.- Returns:
- the country of the language navigation item
- Since:
- com.adobe.cq.wcm.core.components.models 12.2.0
-
getLanguage
Returns the language of thisLanguageNavigationItem.- Returns:
- the language of the language navigation item
- Since:
- com.adobe.cq.wcm.core.components.models 12.2.0
-