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 java.lang.Object

Author:
Jakub Podlesak (japod at sun dot com)

Constructor Summary
UriHelper()
           
 
Method Summary
static java.net.URI normalize(java.net.URI u, boolean preserveContdSlashes)
           
static java.lang.String removeDotSegments(java.lang.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 java.lang.String removeDotSegments(java.lang.String path,
                                                 boolean preserveContdSlashes)

normalize

public static java.net.URI normalize(java.net.URI u,
                                     boolean preserveContdSlashes)


Copyright © 2011 Sun Microsystems, Inc. All Rights Reserved.