Class SpaceBreadcrumb

All Implemented Interfaces:
Breadcrumb
Direct Known Subclasses:
SpaceBreadcrumb

public class SpaceBreadcrumb extends AbstractSpaceBreadcrumb
Breadcrumb for the Space when the context of the space is not visible anywhere else on the page.

NOTE: The Space breadcrumb is not used anymore for pages or blogs. Please use it only when there is no sidebar.

  • Constructor Details

    • SpaceBreadcrumb

      public SpaceBreadcrumb(Space space)
  • Method Details

    • getParent

      protected Breadcrumb getParent()
      Description copied from class: AbstractBreadcrumb
      Gets the parent breadcrumb. By default the dashboard breadcrumb is returned.
      Specified by:
      getParent in class AbstractBreadcrumb
      Returns:
      the parent breadcrumb.
    • concatWith

      public Breadcrumb concatWith(Breadcrumb original)
      Append the SpaceBreadcrumb as a parent of the breadcrumb in parameter
      Parameters:
      original - the breadcrumb to extend
      Returns:
      the composite breadcrumb