Class SpaceAdminActionBreadcrumb

  • All Implemented Interfaces:
    Breadcrumb

    public class SpaceAdminActionBreadcrumb
    extends AbstractSpaceActionBreadcrumb
    Represents the breadcrumb "Remove Space" in "Dashboard > Demo Space > Space Admin > Remove Space"

    Parent is always Space Admin.

    • Constructor Detail

      • SpaceAdminActionBreadcrumb

        @Deprecated(since="8.0",
                    forRemoval=true)
        public SpaceAdminActionBreadcrumb​(com.opensymphony.xwork.Action action,
                                          Space space)
        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.x
        Do not use!
    • Method Detail

      • getMyCrumbs

        protected List<Breadcrumb> getMyCrumbs()
        Description copied from class: AbstractBreadcrumb
        Returns a list of breadcrumbs for the current breadcrumb. For example, the BlogPostBreadcrumb overrides this method and returns 4 crumbs altogether to represent itself: 2007 > 11 > 28 > BlogTitle.

        By default my crumbs will be a list with size 1, containing itself, unless the current breadcrumb has no title.

        Overrides:
        getMyCrumbs in class AbstractBreadcrumb
      • getSpace

        public Space getSpace()