|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sapportals.wcm.util.uri.OpaqueLockTokenUri
A RFC2518 IUri implementation.
lturl := "opaquelocktoken:" UUID [ext]
ext := path
Copyright (c) SAP AG 2001-2004
| Constructor Summary | |
OpaqueLockTokenUri(String remainder)
|
|
| Method Summary | |
void |
checkSyntax()
|
boolean |
equals(IUri other)
|
boolean |
equals(Object other)
|
String |
getRemainder()
Get the remainder of this URI (part after scheme without ':'). |
String |
getScheme()
Get the scheme of this URI (without ':'). |
int |
hashCode()
|
protected IUri |
newInstance(String remainder)
|
IUri |
resolve(IUriReference ref)
Resolve the URI reference in the context of this URI. |
String |
toExternalForm()
Returns a string representation according to RFC 2396 of this URI. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public OpaqueLockTokenUri(String remainder)
throws IllegalArgumentException
| Method Detail |
protected IUri newInstance(String remainder)
throws IllegalArgumentException
IllegalArgumentExceptionpublic String getRemainder()
IUri
getRemainder in interface IUripublic String getScheme()
IUri
getScheme in interface IUripublic int hashCode()
public String toExternalForm()
IUri
toExternalForm in interface IUripublic String toString()
public IUri resolve(IUriReference ref)
throws IllegalArgumentException
IUri
resolve in interface IUriIllegalArgumentException
public void checkSyntax()
throws MalformedURLException
MalformedURLExceptionpublic boolean equals(Object other)
public boolean equals(IUri other)
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||