|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.breadcrumbs.BaseCrumb com.atlassian.breadcrumbs.build.result.AbstractBuildResultsCrumb
public abstract class AbstractBuildResultsCrumb
Base crumb for BuildResultsImpl
related crumbs
Field Summary |
---|
Fields inherited from class com.atlassian.breadcrumbs.BaseCrumb |
---|
action, BROWSE_PREFIX, request |
Constructor Summary | |
---|---|
protected |
AbstractBuildResultsCrumb(javax.servlet.http.HttpServletRequest request,
com.opensymphony.xwork.Action action)
|
Method Summary | |
---|---|
protected abstract java.lang.String |
getActionName()
The action name represented by the crumb. |
java.util.Collection |
getChildCrumbs()
Returns the children crumbs. |
java.lang.String |
getLabel()
Returns the visible label for the bread crumb |
protected abstract java.lang.String |
getLabelKey()
Gets the internationalised key for the label |
java.lang.String |
getUrl()
Returns the URL for the given label |
boolean |
isCurrentPage()
Returns true if the curren BreadCrumb should be selected |
boolean |
isShown()
Should the BreadCrumb be showm? |
Methods inherited from class com.atlassian.breadcrumbs.BaseCrumb |
---|
createUrl, createUrl, getAccessKey, getLabelWithAccessKeyUnderlined, getText, isAnyChildShown, isInCurrentPath, setAction, setRequest |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected AbstractBuildResultsCrumb(javax.servlet.http.HttpServletRequest request, com.opensymphony.xwork.Action action)
Method Detail |
---|
protected abstract java.lang.String getActionName()
protected abstract java.lang.String getLabelKey()
public boolean isShown()
BreadCrumb
BreadCrumb
be showm?
public java.lang.String getUrl()
BreadCrumb
public boolean isCurrentPage()
BreadCrumb
BreadCrumb
should be selected
public java.util.Collection getChildCrumbs()
BreadCrumb
BreadCrumb.isShown()
and then it'll follow down that crumb tree
Collection
of BreadCrumb
objects. Collections.EMPTY_LIST
if no child crumbspublic java.lang.String getLabel()
BreadCrumb
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |