Class AbstractAdminLinkResource
java.lang.Object
com.atlassian.administration.quicksearch.rest.AbstractAdminLinkResource
- Direct Known Subclasses:
AdminLinkResourceSupport
Abstract REST resource to provide admin links.
- Since:
- 1.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final AdminLinkAliasProviderprotected final AdminLinkManager -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractAdminLinkResource(AdminLinkManager linkManager, AdminLinkAliasProvider aliasProvider) -
Method Summary
Modifier and TypeMethodDescriptionprotected final LocationBeangetLinksFor(Iterable<String> locations, UserContext userContext) protected final LocationBeangetLinksFor(Iterable<String> locations, UserContext userContext, boolean stripRootSections) protected final LocationBeangetLinksFor(String location, UserContext userContext) protected final LocationBeangetLinksFor(String location, UserContext userContext, boolean stripRootSections)
-
Field Details
-
linkManager
-
aliasProvider
-
-
Constructor Details
-
AbstractAdminLinkResource
protected AbstractAdminLinkResource(AdminLinkManager linkManager, AdminLinkAliasProvider aliasProvider)
-
-
Method Details
-
getLinksFor
-
getLinksFor
protected final LocationBean getLinksFor(String location, UserContext userContext, boolean stripRootSections) -
getLinksFor
-
getLinksFor
protected final LocationBean getLinksFor(Iterable<String> locations, UserContext userContext, boolean stripRootSections)
-