Package | Description |
---|---|
org.n52.security.common.util |
Modifier and Type | Method and Description |
---|---|
URLPath |
URLPath.append(URLPath toAppend)
Appends the given url path to this path.
|
URLPath |
URLPath.appendTrailingSlash()
gives a
URLPath with a trailing slash |
static URLPath |
URLPath.empty() |
static URLPath |
URLPath.fromString(String... parts) |
URLPath |
URLPath.getSubPath(int start)
gives an
URLPath , which contains all elements starting from the
given index. |
URLPath |
URLPath.getSubPath(int start,
int end)
gives an
URLPath , which contains all elements in the given range. |
URLPath |
URLPath.removeTrailingSlash()
gives a
URLPath without a trailing slash |
static URLPath |
URLPath.root() |
Modifier and Type | Method and Description |
---|---|
URLPath |
URLPath.append(URLPath toAppend)
Appends the given url path to this path.
|
Copyright © 2004–2017 52north.org. All rights reserved.