Uses of Interface
info.magnolia.module.templatingkit.navigation.Link

Packages that use Link
info.magnolia.module.templatingkit.navigation   
info.magnolia.module.templatingkit.templates   
info.magnolia.module.templatingkit.templates.areas   
info.magnolia.module.templatingkit.templates.components   
info.magnolia.module.templatingkit.templates.pages   
 

Uses of Link in info.magnolia.module.templatingkit.navigation
 

Classes in info.magnolia.module.templatingkit.navigation that implement Link
 class Home
          Specific NavigationItem representing the Home element.
 class LinkImpl
          Link implementation.
 class NavigationItem
          Element of a navigation tree.
 

Uses of Link in info.magnolia.module.templatingkit.templates
 

Methods in info.magnolia.module.templatingkit.templates that return types with arguments of type Link
 Collection<Link> STKTemplateModel.getBreadcrumb()
          Deprecated. since 2.0: breadcrumb logic is provided by the breadcrumb area and not anymore by the page itself, see BreadcrumbAreaModel.
 Collection<Link> STKTemplateModel.getContentNavigation()
          Deprecated. since 2.0: contentNavigation is now an Area within the 'main area. There for the logic is provided by the contentNavigation area's model ContentNavigationAreaModel.
 

Uses of Link in info.magnolia.module.templatingkit.templates.areas
 

Methods in info.magnolia.module.templatingkit.templates.areas that return types with arguments of type Link
 Collection<Link> BreadcrumbAreaModel.getBreadcrumb()
           
 Collection<Link> ContentNavigationAreaModel.getContentNavigation()
           
 

Uses of Link in info.magnolia.module.templatingkit.templates.components
 

Methods in info.magnolia.module.templatingkit.templates.components that return Link
 Link EventsOverviewModel.getNextLink()
           
 Link EventsOverviewModel.getPrevLink()
           
 

Uses of Link in info.magnolia.module.templatingkit.templates.pages
 

Methods in info.magnolia.module.templatingkit.templates.pages that return types with arguments of type Link
 Collection<Link> STKPageModel.getContentNavigation()
           
 



Copyright © 2008-2012 Magnolia International Ltd.. All Rights Reserved.