Package com.atlassian.breadcrumbs
Class BuildCrumb
java.lang.Object
com.atlassian.breadcrumbs.BaseCrumb
com.atlassian.breadcrumbs.BuildCrumb
- All Implemented Interfaces:
BreadCrumb
Crumb for a single
Buildable object.-
Field Summary
Fields inherited from class com.atlassian.breadcrumbs.BaseCrumb
action, BROWSE_PREFIX, NUMBER_PREFIX, request -
Constructor Summary
ConstructorsConstructorDescriptionBuildCrumb(jakarta.servlet.http.HttpServletRequest request, org.apache.struts2.action.Action action) -
Method Summary
Modifier and TypeMethodDescriptionReturns the children crumbs.getId()getLabel()Returns the visible label for the bread crumbgetTitle()getUrl()Returns the URL for the given labelbooleanReturns true if the currenBreadCrumbshould be selectedbooleanbooleanisShown()Should theBreadCrumbbe shown?Methods inherited from class com.atlassian.breadcrumbs.BaseCrumb
createUrl, createUrl, getAccessKey, getLabelWithAccessKeyUnderlined, getText, isAnyChildShown, isInCurrentPath, setAction, setRequest
-
Constructor Details
-
BuildCrumb
public BuildCrumb(jakarta.servlet.http.HttpServletRequest request, org.apache.struts2.action.Action action)
-
-
Method Details
-
isShown
public boolean isShown()Description copied from interface:BreadCrumbShould theBreadCrumbbe shown?- Returns:
- true if it should be displayed
-
getTitle
-
getId
-
getLabel
Description copied from interface:BreadCrumbReturns the visible label for the bread crumb- Returns:
- string, cannot be null
-
getUrl
Description copied from interface:BreadCrumbReturns the URL for the given label- Returns:
- URL of label. No context is added
-
isCurrentPage
public boolean isCurrentPage()Description copied from interface:BreadCrumbReturns true if the currenBreadCrumbshould be selected- Returns:
- true or false
-
getChildCrumbs
Description copied from interface:BreadCrumbReturns the children crumbs. This is not as sinister as it sounds! The bread crumb will iterate throught each chil crumb until one returns true forBreadCrumb.isShown()and then it'll follow down that crumb tree- Returns:
CollectionofBreadCrumbobjects.Collections.emptyList()if no child crumbs
-
isDisabled
public boolean isDisabled()
-