org.zeroexchange.web.navigation.breadcrumb
Interface BreadcrumbInfoAccessor

All Known Implementing Classes:
DefaultBreadcrumbInfoAccessor

public interface BreadcrumbInfoAccessor

The service aware about breadcrumbs configuration.

Author:
black

Method Summary
 boolean areBreadcrumbsVisibileByDefault()
          Returns true id the breadcrumbs should be visible by the default
 boolean isBreadcrumbedPage(Class pageClass)
          Returns true of the page is enabled for the breadcrumb.
 boolean isRootPage(Class pageClass)
          Returns true if the breadcrumb for the page should be placed to the top of the breadcrumb chain.
 

Method Detail

areBreadcrumbsVisibileByDefault

boolean areBreadcrumbsVisibileByDefault()
Returns true id the breadcrumbs should be visible by the default


isBreadcrumbedPage

boolean isBreadcrumbedPage(Class pageClass)
Returns true of the page is enabled for the breadcrumb.


isRootPage

boolean isRootPage(Class pageClass)
Returns true if the breadcrumb for the page should be placed to the top of the breadcrumb chain.



Copyright © 2013. All Rights Reserved.