Package com.atlassian.confluence.api.nav
Interface NavigationService
-
- All Known Subinterfaces:
RestNavigationService
- All Known Implementing Classes:
DefaultRestNavigationService
@ExperimentalApi public interface NavigationService
An injectable service that provides a nav builder which can be used to generate URLs from confluence api model objects. It is responsible for resolving the base url prior to providing the NavBuilder.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Navigation
createNavigation()
-
-
-
Method Detail
-
createNavigation
Navigation createNavigation()
-
-