public abstract class BaseNav extends AbstractNav
Modifier and Type | Field and Description |
---|---|
protected String |
baseUrl |
protected String |
contextPath |
NONE
Constructor and Description |
---|
BaseNav(String baseUrl,
String context) |
Modifier and Type | Method and Description |
---|---|
protected void |
addParam(String key,
Object value) |
protected String |
getAnchor() |
protected String |
getBaseUrl() |
protected String |
getContextPath() |
protected Map<String,Object> |
getParams() |
protected void |
setAnchor(String anchor) |
String |
toString() |
buildAbsolute, buildCanonicalAbsolute, buildPath, buildRelative, buildRelativeWithContext, copy, toAbsoluteUriBuilder
protected final void addParam(String key, Object value)
addParam
in class AbstractNav
protected final void setAnchor(String anchor)
setAnchor
in class AbstractNav
protected final String getAnchor()
getAnchor
in class AbstractNav
protected final Map<String,Object> getParams()
getParams
in class AbstractNav
protected String getBaseUrl()
getBaseUrl
in class AbstractNav
protected String getContextPath()
getContextPath
in class AbstractNav
Copyright © 2003–2016 Atlassian. All rights reserved.