com.endeca.infront.cartridge.model
Interface Breadcrumb

All Known Implementing Classes:
GeoFilterBreadcrumb, RangeFilterBreadcrumb, RefinementBreadcrumb, SearchBreadcrumb

public interface Breadcrumb

The cartridge output model interface for a single breadcrumb.

A breadcrumb can describe a search, refinement, or range filter.

This model provides the action that can be used to form a request for removing a breadcrumb from the current navigation state.


Method Summary
 NavigationAction getRemoveAction()
          Returns a navigation action with the necessary information to remove this breadcrumb.
 

Method Detail

getRemoveAction

NavigationAction getRemoveAction()
Returns a navigation action with the necessary information to remove this breadcrumb.

Returns:
A NavigationAction that will remove this Breadcrumb.


Copyright © 2012. All Rights Reserved.