|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.jersey.server.impl.uri.UriHelper
public final class UriHelper
URI helper.
| Constructor Summary | |
|---|---|
UriHelper()
|
|
| Method Summary | |
|---|---|
static java.net.URI |
normalize(java.net.URI uri,
boolean preserveContdSlashes)
Normalize the URI provided and return the normalized copy. |
static java.lang.String |
removeDotSegments(java.lang.String path,
boolean preserveContdSlashes)
Remove dots from path. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UriHelper()
| Method Detail |
|---|
public static java.net.URI normalize(java.net.URI uri,
boolean preserveContdSlashes)
uri - The URI to normalizepreserveContdSlashes - Shall we preserve "///" slashes
public static java.lang.String removeDotSegments(java.lang.String path,
boolean preserveContdSlashes)
path - Path providedpreserveContdSlashes - Shall we preserve "///" slashes
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||