Package com.atlassian.confluence.api.nav
Interface NavigationAware
-
- All Known Subinterfaces:
Collapsed
- All Known Implementing Classes:
Content
,ContentRestriction
,ContentRestrictionsPageResponse
,ContentTemplate
,EnrichableMap
,Group
,History
,JsonContentProperty
,KnownUser
,RestList
,Space
,Version
@Internal public interface NavigationAware
Provides methods to createNavigation.Builder
instances.Implementing classes are required to have immutable state.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Navigation.Builder
resolveNavigation(NavigationService navigationService)
-
-
-
Method Detail
-
resolveNavigation
Navigation.Builder resolveNavigation(NavigationService navigationService)
-
-