|
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.UriReference
public class UriReference
A RFC2396 reference implementation.
Copyright (c) SAP AG 2001-2003
| Constructor Summary | |
|---|---|
UriReference(IAbsoluteUri uri,
String fragmentIdentifier)
Construct new absolute uri reference. |
|
UriReference(IUriReference reference,
String fragmentIdentifier)
Construct object of class UriReference. |
|
UriReference(String path,
String query,
String fragment)
Construct new relative uri reference without authority and scheme. |
|
UriReference(String authority,
String path,
String query,
String fragment)
Construct new relative uri reference without scheme. |
|
UriReference(String scheme,
String authority,
String path,
String query,
String fragment)
Construct new relative uri reference with scheme. |
|
| Method Summary | |
|---|---|
IUriReference |
appendPath(String path)
TBD: Description of the Method. |
boolean |
equals(IUriReference other)
|
boolean |
equals(Object other)
|
boolean |
equals(UriReference other)
|
String |
getAuthority()
Get the authority of the reference |
String |
getFragmentIdentifier()
Get the fragment identifier (without '#') of the uri |
String |
getPath()
Get the path of the reference |
String |
getQuery()
Get the query of the reference |
String |
getScheme()
Get the scheme of the reference |
IAbsoluteUri |
getUri()
Get the uri if the reference is absolute |
int |
hashCode()
TBD: Description of the Method. |
boolean |
isAbsolute()
Determine if the reference is absolute |
IUriReference |
resolveWith(IAbsoluteUri base)
With base Uri, resolve this reference to an absolute reference. |
IUriReference |
setQuery(String query)
Set the query attribute of the UriReference object. |
String |
toExternalForm()
TBD: Description of the Method. |
String |
toString()
TBD: Description of the Method. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UriReference(IAbsoluteUri uri,
String fragmentIdentifier)
uri - the absolute urifragmentIdentifier - the fragment of the uri reference
public UriReference(String path,
String query,
String fragment)
path - the path of the reference or emptyfragment - used in reference of nullquery - TBD: Description of the incoming method parameter
public UriReference(String authority,
String path,
String query,
String fragment)
authority - of the relative uri referencepath - the path of the reference or emptyfragment - used in reference of nullquery - TBD: Description of the incoming method parameter
public UriReference(String scheme,
String authority,
String path,
String query,
String fragment)
throws IllegalArgumentException
scheme - of the relative uri referenceauthority - of the relative uri referencepath - the path of the reference or emptyfragment - used in reference of nullquery - TBD: Description of the incoming method parameter
IllegalArgumentException - Exception raised in failure situation
java.lang.ArgumentNotValidException - if both scheme and authority
are not null
public UriReference(IUriReference reference,
String fragmentIdentifier)
reference - TBD: Description of the incoming method parameterfragmentIdentifier - TBD: Description of the incoming method parameter| Method Detail |
|---|
public IUriReference appendPath(String path)
appendPath in interface IUriReferencepath - TBD: Description of the incoming method parameter
public IUriReference setQuery(String query)
setQuery in interface IUriReferencequery - The new query value
public boolean equals(Object other)
equals in class Objectpublic boolean equals(IUriReference other)
public boolean equals(UriReference other)
public int hashCode()
hashCode in class Objectpublic String toExternalForm()
toExternalForm in interface IUriReferencepublic String toString()
toString in class Objectpublic String getFragmentIdentifier()
getFragmentIdentifier in interface IUriReferencepublic String getScheme()
getScheme in interface IUriReferencepublic String getAuthority()
getAuthority in interface IUriReferencepublic String getPath()
getPath in interface IUriReferencepublic String getQuery()
getQuery in interface IUriReferencepublic IAbsoluteUri getUri()
getUri in interface IUriReferencepublic boolean isAbsolute()
isAbsolute in interface IUriReferencepublic IUriReference resolveWith(IAbsoluteUri base)
resolveWith in interface IUriReferencebase - uri to resolve this reference with
| 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 | |||||||||