Package | Description |
---|---|
com.atlassian.confluence.labels | |
com.atlassian.confluence.plugin.descriptor.web | |
com.atlassian.confluence.plugins.labels.actions | |
com.atlassian.confluence.themes | |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
CombinedLabel |
class |
Label |
Modifier and Type | Method and Description |
---|---|
DisplayableLabel |
WebInterfaceContext.getLabel()
Returns the label related to the web interface state, or null if there is no label.
|
DisplayableLabel |
DefaultWebInterfaceContext.getLabel() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultWebInterfaceContext.setLabel(DisplayableLabel label) |
Modifier and Type | Method and Description |
---|---|
DisplayableLabel |
ViewLabelAction.getAddLabel(Label label)
Returns a DisplayableLabel representing the currently viewed labels
and the given label.
|
DisplayableLabel |
ViewLabelAction.getLabel()
Returns a DisplayableLabel based on all the labels being viewed.
|
DisplayableLabel |
ViewLabelAction.getRemoveLabel(Label label)
Returns a DisplayableLabel representing the currently viewed labels,
minus the given label.
|
Modifier and Type | Method and Description |
---|---|
List<DisplayableLabel> |
ViewLabelAction.getOtherLabels(Labelable content)
Returns the first nine global labels on the given content that are not this.label.
|
Modifier and Type | Method and Description |
---|---|
DisplayableLabel |
GlobalHelper.getLabel() |
Modifier and Type | Method and Description |
---|---|
Breadcrumb |
DefaultBreadcrumbGenerator.getContentActionBreadcrumb(com.opensymphony.xwork.Action action,
Space space,
AbstractPage page,
DisplayableLabel label) |
Breadcrumb |
BreadcrumbGenerator.getContentActionBreadcrumb(com.opensymphony.xwork.Action action,
Space space,
AbstractPage page,
DisplayableLabel label)
Returns an appropriate breadcrumb for the given action, space, page and label.
|
Constructor and Description |
---|
ContentActionBreadcrumb(com.opensymphony.xwork.Action action,
Space space,
AbstractPage page,
DisplayableLabel label,
Breadcrumb spaceOperationsBreadcrumb) |
LabelBreadcrumb(com.opensymphony.xwork.Action action,
DisplayableLabel label,
Space space)
Label crumbs are sequenced a little differently than normal (where
ContentActionBreadcrumb s typically come
last). |
Copyright © 2003–2016 Atlassian. All rights reserved.