com.sun.jersey.server.impl.uri
Class UriHelper

java.lang.Object
  extended by com.sun.jersey.server.impl.uri.UriHelper

public final class UriHelper
extends Object

Author:
Jakub Podlesak (japod at sun dot com)

Constructor Summary
UriHelper()
           
 
Method Summary
static URI normalize(URI u, boolean preserveContdSlashes)
           
static String removeDotSegments(String path, boolean preserveContdSlashes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UriHelper

public UriHelper()
Method Detail

removeDotSegments

public static String removeDotSegments(String path,
                                       boolean preserveContdSlashes)

normalize

public static URI normalize(URI u,
                            boolean preserveContdSlashes)


Copyright © 2013 Oracle Corporation. All Rights Reserved.