Class DefaultRestNavigationService
- java.lang.Object
-
- com.atlassian.confluence.plugins.rest.navigation.impl.DefaultRestNavigationService
-
- All Implemented Interfaces:
NavigationService
,RestNavigationService
@Component public class DefaultRestNavigationService extends Object implements RestNavigationService
-
-
Field Summary
-
Fields inherited from interface com.atlassian.confluence.rest.api.services.RestNavigationService
BASE_PATH
-
-
Constructor Summary
Constructors Constructor Description DefaultRestNavigationService(com.atlassian.sal.api.ApplicationProperties appProperties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RestNavigation
createNavigation()
-
-
-
Method Detail
-
createNavigation
public RestNavigation createNavigation()
- Specified by:
createNavigation
in interfaceNavigationService
- Specified by:
createNavigation
in interfaceRestNavigationService
-
-