|
SAP NetWeaver 7.40 SP 06 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.netweaver.bc.rf.common.GenericUri
public class GenericUri
A RFC2396 IUri implementation.
Uri ::= scheme ':' opaque_part
Copyright (c) SAP AG 2001-2003
| Constructor Summary | |
|---|---|
GenericUri(String scheme,
String remainder)
|
|
| Method Summary | |
|---|---|
boolean |
equals(IAbsoluteUri other)
|
boolean |
equals(Object other)
|
String |
getRemainder()
Get the remainder of this Uri (opaque part after scheme without ':'). |
String |
getScheme()
Get the scheme of this Uri (without ':'). |
int |
hashCode()
|
protected IAbsoluteUri |
newInstance(String remainder)
Construct a new IUri with the scheme of this and the given remainder. used when generic uri resolves references. |
IAbsoluteUri |
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 GenericUri(String scheme,
String remainder)
throws IllegalArgumentException
IllegalArgumentException| Method Detail |
|---|
public String getScheme()
getScheme in interface IAbsoluteUripublic String getRemainder()
getRemainder in interface IAbsoluteUri
public IAbsoluteUri resolve(IUriReference ref)
throws IllegalArgumentException
resolve in interface IAbsoluteUriref - reference to resolve
IllegalArgumentException - Exception raised in failure situationpublic boolean equals(Object other)
equals in class Objectpublic boolean equals(IAbsoluteUri other)
public int hashCode()
hashCode in class Objectpublic String toString()
toString in class Objectpublic String toExternalForm()
IAbsoluteUri
toExternalForm in interface IAbsoluteUri
protected IAbsoluteUri newInstance(String remainder)
throws IllegalArgumentException
remainder - new opaque part of uri
IllegalArgumentException - Exception raised in failure situation
java.lang.ArgumentNotValidException - when remainder is not legal| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-CM
|
[sap.com] tc/km/frwk
|
api
|
EP-KM-CM
|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
|
SAP NetWeaver 7.40 SP 06 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||