com.atlassian.confluence.api.nav
Interface Navigation.ExperimentalNav

All Superinterfaces:
Navigation.Builder
Enclosing interface:
Navigation

@ExperimentalApi
public static interface Navigation.ExperimentalNav
extends Navigation.Builder

ExperimentalNav will change as new resources are added and promoted to production. Any changes here will have very short deprecation cycles.


Field Summary
 
Fields inherited from interface com.atlassian.confluence.api.nav.Navigation.Builder
NONE
 
Method Summary
 Navigation.ExperimentalContentNav content(Content content)
          create a content nav builder to reference a piece of content
 Navigation.ExperimentalContentNav content(ContentId contentId)
          create a content nav builder to reference a piece of content
 Navigation.ExperimentalContentNav content(Reference<Content> contentReference)
          create a content nav builder to reference a piece of content
 
Methods inherited from interface com.atlassian.confluence.api.nav.Navigation.Builder
buildAbsolute, buildRelative, buildRelativeWithContext
 

Method Detail

content

Navigation.ExperimentalContentNav content(Content content)
create a content nav builder to reference a piece of content

Parameters:
content -
Returns:

content

Navigation.ExperimentalContentNav content(Reference<Content> contentReference)
create a content nav builder to reference a piece of content

Parameters:
contentReference -
Returns:

content

Navigation.ExperimentalContentNav content(ContentId contentId)
create a content nav builder to reference a piece of content

Parameters:
contentId -
Returns:


Copyright © 2003-2014 Atlassian. All Rights Reserved.