public static interface Navigation.Builder
| Modifier and Type | Field and Description | 
|---|---|
| static Navigation.Builder | NONESome Model classes need to provide a builder, but don't need to provide any navigation. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | buildAbsolute()build an absolute URL http://localhost:8080/confluence/rest/of/url | 
| String | buildCanonicalAbsolute()build an absolute URL substituting the confuence configured base url and context for the base url and context
 supplied by the url builder | 
| String | buildRelative()build a relative URL without webapp context, i.e. | 
| String | buildRelativeWithContext()build a relative URL with webapp context, i.e. | 
static final Navigation.Builder NONE
String buildAbsolute()
String buildCanonicalAbsolute()
String buildRelative()
String buildRelativeWithContext()
Copyright © 2003–2019 Atlassian. All rights reserved.