Package com.atlassian.confluence.util.breadcrumbs
package com.atlassian.confluence.util.breadcrumbs
This package groups the breadcrumb logic:
- All breadcrumbs for global admin and other general purpose,
- Breadcrumb generation and interfaces,
- Pre-5.0 breadcrumbs for Spaces. They are used by legacy themes, the ones created
before Confluence 5.0. See subpackage for
current breadcrumbs for spaces
.
-
ClassDescriptionCommon class for all Breadcrumbs with an Action and a Space.Represents "Administration" in "Dashboard > Administration > Do some admin action"Represents a single item in a breadcrumb chain, like the 'Dashboard' link at the start (however, the dashboard breadcrumb is filtered out of the trail in
BreadcrumbGenerator
as of 5.0).Indicates that the action speciifies the breadcrumbs that should be displayedRepresents the breadcrumb "Browse Space" in "Dashboard > Demo Space > Browse Space > Labels > labelOne"Represents a high level content action breadcrumb.Deprecated.since 5.0, we don't display the Dashboard breadcrumb.Represents Label breadcrumbs.Breadcrumb for a Page.Simple or default breadcrumb just wraps a i18n key and path.Represents the breadcrumb "Remove Space" in "Dashboard > Demo Space > Space Admin > Remove Space"NOTE: Spaces that adhere to the new space information architecture (default theme spaces in Confluence 5.0) don't display this breadcrumb.Represents "Users > testguy > Edit" in "Dashboard > Administration > Users > testguy > Edit"Breadcrumb for actions extending AbstractUserProfileAction.