com.sun.jersey.api.model
Class UriPathValue

java.lang.Object
  extended by com.sun.jersey.api.model.UriPathValue

public class UriPathValue
extends java.lang.Object

Abstraction for a URI path value


Constructor Summary
UriPathValue(java.lang.String path)
          Creates a new instance of UriPathValue
UriPathValue(java.lang.String path, boolean encode)
          Creates a new instance of UriPathValue
UriPathValue(java.lang.String path, boolean encode, boolean limited)
          Creates a new instance of UriPathValue
 
Method Summary
 java.lang.String getValue()
           
 boolean isEncode()
           
 boolean isLimited()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UriPathValue

public UriPathValue(java.lang.String path)
Creates a new instance of UriPathValue


UriPathValue

public UriPathValue(java.lang.String path,
                    boolean encode)
Creates a new instance of UriPathValue


UriPathValue

public UriPathValue(java.lang.String path,
                    boolean encode,
                    boolean limited)
Creates a new instance of UriPathValue

Method Detail

getValue

public java.lang.String getValue()

isEncode

public boolean isEncode()

isLimited

public boolean isLimited()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object