|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.confluence.util.breadcrumbs.AbstractBreadcrumb com.atlassian.confluence.util.breadcrumbs.SimpleBreadcrumb
public final class SimpleBreadcrumb
Simple or default breadcrumb just wraps a i18n key and path.
Field Summary |
---|
Fields inherited from class com.atlassian.confluence.util.breadcrumbs.AbstractBreadcrumb |
---|
target, title |
Constructor Summary | |
---|---|
SimpleBreadcrumb(java.lang.String i18nKey,
java.lang.String path)
Constructs a simple breadcrumb with parent Dashboard and the given text and URL. |
Method Summary | |
---|---|
protected Breadcrumb |
getParent()
Gets the parent breadcrumb. |
Methods inherited from class com.atlassian.confluence.util.breadcrumbs.AbstractBreadcrumb |
---|
getBreadcrumbsTrail, getMyCrumbs, getTarget, getTitle, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SimpleBreadcrumb(java.lang.String i18nKey, java.lang.String path)
i18nKey
- eg "people.directory.name"path
- eg "/peopledirectory.action"Method Detail |
---|
protected Breadcrumb getParent()
AbstractBreadcrumb
getParent
in class AbstractBreadcrumb
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |