org.alfresco.web.ui.common.component
Interface IBreadcrumbHandler

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IRepoBreadcrumbHandler
All Known Implementing Classes:
CategoriesDialog.CategoryBreadcrumbHandler, NavigationBean.NavigationBreadcrumbHandler

public interface IBreadcrumbHandler
extends java.io.Serializable


Method Summary
 java.lang.String navigationOutcome(UIBreadcrumb breadcrumb)
          Perform appropriate processing logic and then return a JSF navigation outcome.
 java.lang.String toString()
          Override Object.toString()
 

Method Detail

toString

java.lang.String toString()
Override Object.toString()

Overrides:
toString in class java.lang.Object
Returns:
the element display label for this handler instance.

navigationOutcome

java.lang.String navigationOutcome(UIBreadcrumb breadcrumb)
Perform appropriate processing logic and then return a JSF navigation outcome. This method will be called by the framework when the handler instance is selected by the user.

Parameters:
breadcrumb - The UIBreadcrumb component that caused the navigation
Returns:
JSF navigation outcome


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.