public class Paths extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String[] |
EMPTY_ARRAY |
| Constructor and Description |
|---|
Paths() |
| Modifier and Type | Method and Description |
|---|---|
static String[] |
splitPaths(String requestURI)
Splits the request URI by "/" characters into an array of paths such that
"foo/bar" or "/foo/bar" is turned into { "foo", "bar" } and "" or "/" is an empty array.
|
protected static final String[] EMPTY_ARRAY
Copyright © 2011–2015 Red Hat. All rights reserved.