|
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.sapportals.wcm.util.uri.GenericUri
public class GenericUri
A RFC2396 IUri implementation.
Uri ::= scheme ':' opaque_part
Copyright (c) SAP AG 2001-2005
| Constructor Summary | |
|---|---|
GenericUri(String scheme,
String remainder)
|
|
| Method Summary | |
|---|---|
boolean |
equals(IUri 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 IUri |
newInstance(String remainder)
Construct a new IUri with the scheme of this and the given remainder. used when generic uri resolves references. |
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 GenericUri(String scheme,
String remainder)
throws IllegalArgumentException
IllegalArgumentException| Method Detail |
|---|
public String getScheme()
getScheme in interface IUripublic String getRemainder()
getRemainder in interface IUri
public IUri resolve(IUriReference ref)
throws IllegalArgumentException
resolve in interface IUriref - reference to resolve
IllegalArgumentExceptionpublic boolean equals(Object other)
equals in class Objectpublic boolean equals(IUri other)
public int hashCode()
hashCode in class Objectpublic String toString()
toString in class Objectpublic String toExternalForm()
IUri
toExternalForm in interface IUri
protected IUri newInstance(String remainder)
throws IllegalArgumentException
remainder - new opaque part of uri
IUri instance
IllegalArgumentException - 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 | |||||||||