|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.ws.rest.api.model.UriPathValue
public class UriPathValue
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 |
---|
public UriPathValue(java.lang.String path)
public UriPathValue(java.lang.String path, boolean encode)
public UriPathValue(java.lang.String path, boolean encode, boolean limited)
Method Detail |
---|
public java.lang.String getValue()
public boolean isEncode()
public boolean isLimited()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |