Class NavigationImpl

  • All Implemented Interfaces:
    Navigation

    @Model(adaptables=org.apache.sling.api.SlingHttpServletRequest.class,
           adapters=Navigation.class,
           resourceType="core/cif/components/structure/navigation/v1/navigation")
    public class NavigationImpl
    extends Object
    implements Navigation
    • Constructor Detail

      • NavigationImpl

        public NavigationImpl()
    • Method Detail

      • getId

        public String getId()
        Specified by:
        getId in interface Navigation
        Returns:
        The identifier of this navigation.
      • getParentId

        public String getParentId()
        Specified by:
        getParentId in interface Navigation
        Returns:
        The identifier of the parent navigation or null for the root navigation.