com.atlassian.confluence.api.impl.service.nav
Class SpaceNavBuilderImpl

java.lang.Object
  extended by com.atlassian.confluence.api.impl.service.nav.AbstractNav
      extended by com.atlassian.confluence.api.impl.service.nav.DelegatingPathBuilder
          extended by com.atlassian.confluence.api.impl.service.nav.SpaceNavBuilderImpl
All Implemented Interfaces:
Navigation.Builder, Navigation.SpaceNav, RestNavigation.RestBuilder

public class SpaceNavBuilderImpl
extends DelegatingPathBuilder
implements Navigation.SpaceNav


Nested Class Summary
static class SpaceNavBuilderImpl.SpaceContentNavImpl
           
 
Field Summary
static java.lang.String SPACE_CONTENT_SUBPATH
           
static java.lang.String SPACE_PATH
           
 
Fields inherited from class com.atlassian.confluence.api.impl.service.nav.AbstractNav
baseUrl
 
Fields inherited from interface com.atlassian.confluence.api.nav.Navigation.Builder
NONE
 
Constructor Summary
SpaceNavBuilderImpl(java.lang.String spaceKey, com.atlassian.confluence.api.impl.service.nav.NavigationImpl.BaseApiPathBuilder basePath)
           
 
Method Summary
 Navigation.SpaceContentNav content()
           
 
Methods inherited from class com.atlassian.confluence.api.impl.service.nav.DelegatingPathBuilder
addParam, buildPath, setAnchor
 
Methods inherited from class com.atlassian.confluence.api.impl.service.nav.AbstractNav
buildAbsolute, buildRelative, buildRelativeWithContext, toAbsoluteUriBuilder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.confluence.api.nav.Navigation.Builder
buildAbsolute, buildRelative, buildRelativeWithContext
 

Field Detail

SPACE_PATH

public static final java.lang.String SPACE_PATH
See Also:
Constant Field Values

SPACE_CONTENT_SUBPATH

public static final java.lang.String SPACE_CONTENT_SUBPATH
See Also:
Constant Field Values
Constructor Detail

SpaceNavBuilderImpl

public SpaceNavBuilderImpl(java.lang.String spaceKey,
                           com.atlassian.confluence.api.impl.service.nav.NavigationImpl.BaseApiPathBuilder basePath)
Method Detail

content

public Navigation.SpaceContentNav content()
Specified by:
content in interface Navigation.SpaceNav


Copyright © 2003-2014 Atlassian. All Rights Reserved.