public static interface Navigation.Builder
Modifier and Type | Field and Description |
---|---|
static Navigation.Builder |
NONE
Some 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 |
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 buildRelative()
String buildRelativeWithContext()
Copyright © 2003–2016 Atlassian. All rights reserved.