public class Paths
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String[] |
EMPTY_ARRAY |
| Constructor and Description |
|---|
Paths() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String[] |
splitPaths(java.lang.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.
|
Copyright © 2011-2014 Red Hat. All Rights Reserved.