textbender.g.net
Class URIX

java.lang.Object
  extended by URIX

public final class URIX
extends Object

URI utilities.


Method Summary
static URI stripQueryAndFragment(URI uri)
          Strips a URI of query and fragment components.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

stripQueryAndFragment

public static URI stripQueryAndFragment(URI uri)
Strips a URI of query and fragment components.

Returns:
the same URI instance if no stripping is called for, or a new instance, stripped but otherwise identical