public class ContentActionBreadcrumb extends AbstractSpaceActionBreadcrumb
Content supported are spaces, pages, blogs and labels.
space
action
cssClass, displayTitle, filterTrailingBreadcrumb, MAX_BREADCRUMBS, target, title, tooltip
Constructor and Description |
---|
ContentActionBreadcrumb(com.opensymphony.xwork.Action action,
Space space,
AbstractPage page,
DisplayableLabel label,
Breadcrumb spaceOperationsBreadcrumb) |
Modifier and Type | Method and Description |
---|---|
protected List |
getMyCrumbs()
Returns a list of breadcrumbs for the current breadcrumb.
|
Breadcrumb |
getParent()
Gets the parent breadcrumb.
|
filterTrailingBreadcrumb, getBreadcrumbsTrail, getCssClass, getDisplayTitle, getTarget, getTitle, getTooltip, setCssClass, setFilterTrailingBreadcrumb, toString
public ContentActionBreadcrumb(com.opensymphony.xwork.Action action, Space space, AbstractPage page, DisplayableLabel label, Breadcrumb spaceOperationsBreadcrumb)
protected List getMyCrumbs()
AbstractBreadcrumb
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.
getMyCrumbs
in class AbstractBreadcrumb
public Breadcrumb getParent()
AbstractBreadcrumb
getParent
in class AbstractBreadcrumb
Copyright © 2003–2018 Atlassian. All rights reserved.