Uses of Interface
com.atlassian.confluence.util.breadcrumbs.Breadcrumb
-
Packages that use Breadcrumb Package Description com.atlassian.confluence.json.jsonator com.atlassian.confluence.pages.actions com.atlassian.confluence.plugins.editorloader com.atlassian.confluence.plugins.labels.actions com.atlassian.confluence.plugins.templates.actions com.atlassian.confluence.spaces.actions com.atlassian.confluence.themes com.atlassian.confluence.user.actions 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.com.atlassian.confluence.util.breadcrumbs.spaceia This package groups the breadcrumbs for the spaces. -
-
Uses of Breadcrumb in com.atlassian.confluence.json.jsonator
Methods in com.atlassian.confluence.json.jsonator with parameters of type Breadcrumb Modifier and Type Method Description JsonBreadcrumbJsonator. convert(Breadcrumb breadcrumb) -
Uses of Breadcrumb in com.atlassian.confluence.pages.actions
Methods in com.atlassian.confluence.pages.actions that return Breadcrumb Modifier and Type Method Description BreadcrumbAbstractCreatePageAction. getBreadcrumb()BreadcrumbAbstractEditPageAction. getBreadcrumb()BreadcrumbMoveAttachmentAction. getBreadcrumb()BreadcrumbViewBlogPostsByDateAction. getBreadcrumb()protected BreadcrumbAbstractCreatePageAction. getContentBreadcrumb()protected BreadcrumbCreateBlogPostAction. getContentBreadcrumb() -
Uses of Breadcrumb in com.atlassian.confluence.plugins.editorloader
Methods in com.atlassian.confluence.plugins.editorloader that return Breadcrumb Modifier and Type Method Description BreadcrumbEditorAction. getBreadcrumb() -
Uses of Breadcrumb in com.atlassian.confluence.plugins.labels.actions
Methods in com.atlassian.confluence.plugins.labels.actions that return Breadcrumb Modifier and Type Method Description BreadcrumbAbstractUserProfileAction. getBreadcrumb() -
Uses of Breadcrumb in com.atlassian.confluence.plugins.templates.actions
Methods in com.atlassian.confluence.plugins.templates.actions that return Breadcrumb Modifier and Type Method Description BreadcrumbAbstractPageTemplateAction. getBreadcrumb() -
Uses of Breadcrumb in com.atlassian.confluence.spaces.actions
Methods in com.atlassian.confluence.spaces.actions that return Breadcrumb Modifier and Type Method Description BreadcrumbConfigureSpaceLogoAction. getBreadcrumb() -
Uses of Breadcrumb in com.atlassian.confluence.themes
Methods in com.atlassian.confluence.themes that return types with arguments of type Breadcrumb Modifier and Type Method Description List<Breadcrumb>GlobalHelper. getBreadcrumbs()Returns a list of breadcrumbs ending with the current action.List<Breadcrumb>GlobalHelper. getEllipsisCrumbs(List<Breadcrumb> trail)Returns the subset of the breadcrumbs which should be hidden under an ellipsis: The first crumb (e.g.Method parameters in com.atlassian.confluence.themes with type arguments of type Breadcrumb Modifier and Type Method Description List<Breadcrumb>GlobalHelper. getEllipsisCrumbs(List<Breadcrumb> trail)Returns the subset of the breadcrumbs which should be hidden under an ellipsis: The first crumb (e.g. -
Uses of Breadcrumb in com.atlassian.confluence.user.actions
Methods in com.atlassian.confluence.user.actions that return Breadcrumb Modifier and Type Method Description BreadcrumbAbstractUserProfileAction. getBreadcrumb()BreadcrumbSearchUsersAction. getBreadcrumb() -
Uses of Breadcrumb in com.atlassian.confluence.util.breadcrumbs
Classes in com.atlassian.confluence.util.breadcrumbs that implement Breadcrumb Modifier and Type Class Description classAbstractActionBreadcrumbclassAbstractBreadcrumbclassAbstractSpaceActionBreadcrumbCommon class for all Breadcrumbs with an Action and a Space.classAbstractSpaceBreadcrumbclassAdminActionBreadcrumbclassAdminBreadcrumbRepresents "Administration" in "Dashboard > Administration > Do some admin action"classAttachmentBreadcrumbclassBlogPostBreadcrumbclassBlogPostDateBreadcrumbclassBrowseSpaceBreadcrumbRepresents the breadcrumb "Browse Space" in "Dashboard > Demo Space > Browse Space > Labels > labelOne"classCompositeBreadcrumbclassContentActionBreadcrumbRepresents a high level content action breadcrumb.classCustomContentBreadcrumbclassDashboardBreadcrumbDeprecated.since 5.0, we don't display the Dashboard breadcrumb.classEmptyBreadcrumbclassGroupAdminActionBreadcrumbclassLabelBreadcrumbRepresents Label breadcrumbs.classListPageTemplatesBreadcrumbclassLongRunningTaskBreadcrumbclassMailServersActionBreadcrumbclassPageBreadcrumbBreadcrumb for a Page.classPageTemplatesActionBreadcrumbclassPeopleBreadcrumbclassSimpleBreadcrumbSimple or default breadcrumb just wraps a i18n key and path.classSpaceAdminActionBreadcrumbRepresents the breadcrumb "Remove Space" in "Dashboard > Demo Space > Space Admin > Remove Space"classSpaceBreadcrumbNOTE: Spaces that adhere to the new space information architecture (default theme spaces in Confluence 5.0) don't display this breadcrumb.classUserAdminActionBreadcrumbRepresents "Users > testguy > Edit" in "Dashboard > Administration > Users > testguy > Edit"classUserBreadcrumbclassUserProfileActionBreadcrumbBreadcrumb for actions extending AbstractUserProfileAction.Methods in com.atlassian.confluence.util.breadcrumbs that return Breadcrumb Modifier and Type Method Description BreadcrumbBreadcrumbGenerator. getAdvancedBreadcrumb(Space space)Returns the advanced breadcrumb in a space.BreadcrumbDefaultBreadcrumbGenerator. getAdvancedBreadcrumb(Space space)BreadcrumbBreadcrumbGenerator. getBlogCollectorBreadcrumb(Space space)BreadcrumbDefaultBreadcrumbGenerator. getBlogCollectorBreadcrumb(Space space)BreadcrumbBreadcrumbAware. getBreadcrumb()Returns the breadcrumb to be shown when the action is accessed.BreadcrumbBreadcrumbGenerator. getContentActionBreadcrumb(com.opensymphony.xwork2.Action action, Space space, AbstractPage page, DisplayableLabel label)Returns an appropriate breadcrumb for the given action, space, page and label.BreadcrumbDefaultBreadcrumbGenerator. getContentActionBreadcrumb(com.opensymphony.xwork2.Action action, Space space, AbstractPage page, DisplayableLabel label)BreadcrumbBreadcrumbGenerator. getContentBreadcrumb(Space space, AbstractPage page)Returns an appropriate breadcrumb for a page or blogpostBreadcrumbDefaultBreadcrumbGenerator. getContentBreadcrumb(Space space, AbstractPage page)BreadcrumbBreadcrumbGenerator. getContentCollectorBreadcrumb(Space space, Class contentClass)Returns an appropriate collector page breadcrumb to represent content at the root level of a space conforming to the new space information architecture.BreadcrumbDefaultBreadcrumbGenerator. getContentCollectorBreadcrumb(Space space, Class contentClass)BreadcrumbBreadcrumbGenerator. getContentDetailActionBreadcrumb(com.opensymphony.xwork2.Action action, Space space, AbstractPage page)Breadcrumb for the "detail" pages of a Page/Blog, like Info, Attachments or History.BreadcrumbDefaultBreadcrumbGenerator. getContentDetailActionBreadcrumb(com.opensymphony.xwork2.Action action, Space space, AbstractPage page)Breadcrumb for the "detail" pages of a Page/Blog, like Info, Attachments or History.protected abstract BreadcrumbAbstractBreadcrumb. getParent()Gets the parent breadcrumb.BreadcrumbAdminActionBreadcrumb. getParent()protected BreadcrumbAdminBreadcrumb. getParent()protected BreadcrumbAttachmentBreadcrumb. getParent()BreadcrumbBlogPostBreadcrumb. getParent()BreadcrumbBlogPostDateBreadcrumb. getParent()protected BreadcrumbBrowseSpaceBreadcrumb. getParent()protected BreadcrumbCompositeBreadcrumb. getParent()BreadcrumbContentActionBreadcrumb. getParent()protected BreadcrumbCustomContentBreadcrumb. getParent()BreadcrumbDashboardBreadcrumb. getParent()Deprecated.BreadcrumbGroupAdminActionBreadcrumb. getParent()BreadcrumbLabelBreadcrumb. getParent()protected BreadcrumbListPageTemplatesBreadcrumb. getParent()protected BreadcrumbLongRunningTaskBreadcrumb. getParent()protected BreadcrumbMailServersActionBreadcrumb. getParent()BreadcrumbPageBreadcrumb. getParent()BreadcrumbPageTemplatesActionBreadcrumb. getParent()protected BreadcrumbPeopleBreadcrumb. getParent()protected BreadcrumbSimpleBreadcrumb. getParent()protected BreadcrumbSpaceAdminActionBreadcrumb. getParent()BreadcrumbUserAdminActionBreadcrumb. getParent()protected BreadcrumbUserBreadcrumb. getParent()protected BreadcrumbUserProfileActionBreadcrumb. getParent()BreadcrumbBreadcrumbGenerator. getSpaceAdminBreadcrumb(com.opensymphony.xwork2.Action action, Space space)Returns the breadcrumb for a space admin action in a space.BreadcrumbDefaultBreadcrumbGenerator. getSpaceAdminBreadcrumb(com.opensymphony.xwork2.Action action, Space space)BreadcrumbBreadcrumbGenerator. getSpaceOperationsBreadcrumb(Space space)Returns the space operations breadcrumb (i.e.BreadcrumbDefaultBreadcrumbGenerator. getSpaceOperationsBreadcrumb(Space space)Methods in com.atlassian.confluence.util.breadcrumbs that return types with arguments of type Breadcrumb Modifier and Type Method Description List<Breadcrumb>AbstractBreadcrumb. getBreadcrumbsTrail()Gets all the breadcrumbs required for displaying this breadcrumb.List<Breadcrumb>Breadcrumb. getBreadcrumbsTrail()Gets all the breadcrumbs trail (including itself) required for display.List<Breadcrumb>BreadcrumbGenerator. getFilteredBreadcrumbTrail(ConfluenceActionSupport action, javax.servlet.http.HttpServletRequest request)Returns the breadcrumb trail after filtering.List<Breadcrumb>BreadcrumbGenerator. getFilteredBreadcrumbTrail(Space space, Breadcrumb breadcrumb)Returns the breadcrumb trail after filtering.List<Breadcrumb>DefaultBreadcrumbGenerator. getFilteredBreadcrumbTrail(ConfluenceActionSupport action, javax.servlet.http.HttpServletRequest request)List<Breadcrumb>DefaultBreadcrumbGenerator. getFilteredBreadcrumbTrail(Space space, Breadcrumb breadcrumb)protected List<Breadcrumb>AbstractBreadcrumb. getMyCrumbs()Returns a list of breadcrumbs for the current breadcrumb.protected List<Breadcrumb>BlogPostDateBreadcrumb. getMyCrumbs()BlogPost crumbs are typically in the format: 2007 > November [ > 28 > BlogTitle ]protected List<Breadcrumb>CompositeBreadcrumb. getMyCrumbs()protected List<Breadcrumb>GroupAdminActionBreadcrumb. getMyCrumbs()protected List<Breadcrumb>SpaceAdminActionBreadcrumb. getMyCrumbs()protected List<Breadcrumb>UserAdminActionBreadcrumb. getMyCrumbs()protected List<Breadcrumb>UserProfileActionBreadcrumb. getMyCrumbs()Returns a crumb for the action and one for the user.Methods in com.atlassian.confluence.util.breadcrumbs with parameters of type Breadcrumb Modifier and Type Method Description List<Breadcrumb>BreadcrumbGenerator. getFilteredBreadcrumbTrail(Space space, Breadcrumb breadcrumb)Returns the breadcrumb trail after filtering.List<Breadcrumb>DefaultBreadcrumbGenerator. getFilteredBreadcrumbTrail(Space space, Breadcrumb breadcrumb)Constructors in com.atlassian.confluence.util.breadcrumbs with parameters of type Breadcrumb Constructor Description CompositeBreadcrumb(List<Breadcrumb> originalTrail, Breadcrumb topmostParent)ContentActionBreadcrumb(Action action, Space space, AbstractPage page, DisplayableLabel label, Breadcrumb spaceOperationsBreadcrumb)Deprecated, for removal: This API element is subject to removal in a future version.since 8.0 as this constructor exists solely to provide bytecode compatibility for plugins that were compiled against Confluence 7.xContentActionBreadcrumb(com.opensymphony.xwork2.Action action, Space space, AbstractPage page, DisplayableLabel label, Breadcrumb spaceOperationsBreadcrumb)SimpleBreadcrumb(String i18nKey, String path, Breadcrumb parent)Constructs a simple breadcrumb with the provided parent and the given text and URL.Constructor parameters in com.atlassian.confluence.util.breadcrumbs with type arguments of type Breadcrumb Constructor Description CompositeBreadcrumb(List<Breadcrumb> originalTrail, Breadcrumb topmostParent) -
Uses of Breadcrumb in com.atlassian.confluence.util.breadcrumbs.spaceia
Classes in com.atlassian.confluence.util.breadcrumbs.spaceia that implement Breadcrumb Modifier and Type Class Description classBlogCollectorBreadcrumbclassBlogCrumbBreadcrumb for each piece of the blog date and blog titleclassBlogPostBreadcrumbBreadcrumb for a Blog post for the 5.0+ default theme (Space IA).classBlogPostDateBreadcrumbclassPageBreadcrumbBreadcrumb for a Page for the 5.0+ default theme (Space IA).classPagesCollectorBreadcrumbclassSpaceBreadcrumbBreadcrumb for the Space when the context of the space is not visible anywhere else on the page.Methods in com.atlassian.confluence.util.breadcrumbs.spaceia that return Breadcrumb Modifier and Type Method Description BreadcrumbSpaceBreadcrumb. concatWith(Breadcrumb original)Append the SpaceBreadcrumb as a parent of the breadcrumb in parameterprotected BreadcrumbBlogCollectorBreadcrumb. getParent()BreadcrumbBlogPostBreadcrumb. getParent()BreadcrumbBlogPostDateBreadcrumb. getParent()protected BreadcrumbPageBreadcrumb. getParent()protected BreadcrumbPagesCollectorBreadcrumb. getParent()protected BreadcrumbSpaceBreadcrumb. getParent()Methods in com.atlassian.confluence.util.breadcrumbs.spaceia that return types with arguments of type Breadcrumb Modifier and Type Method Description List<Breadcrumb>BlogPostDateBreadcrumb. getMyCrumbs()Returns the crumbs for the current instance.Methods in com.atlassian.confluence.util.breadcrumbs.spaceia with parameters of type Breadcrumb Modifier and Type Method Description BreadcrumbSpaceBreadcrumb. concatWith(Breadcrumb original)Append the SpaceBreadcrumb as a parent of the breadcrumb in parameterConstructors in com.atlassian.confluence.util.breadcrumbs.spaceia with parameters of type Breadcrumb Constructor Description BlogCrumb(String i18nKey, String path, Breadcrumb parent)BlogPostDateBreadcrumb(Space space, String year, String monthNumeric, String monthText, String day, Breadcrumb parent)
-