|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.sap.netweaver.bc.rf.common.UriReference
A RFC2396 reference implementation.
Copyright (c) SAP AG 2001-2003
| Constructor Summary | |
UriReference(IAbsoluteUri uri,
java.lang.String fragmentIdentifier)
Construct new absolute uri reference. |
|
UriReference(IUriReference reference,
java.lang.String fragmentIdentifier)
Construct object of class UriReference. |
|
UriReference(java.lang.String path,
java.lang.String query,
java.lang.String fragment)
Construct new relative uri reference without authority and scheme. |
|
UriReference(java.lang.String authority,
java.lang.String path,
java.lang.String query,
java.lang.String fragment)
Construct new relative uri reference without scheme. |
|
UriReference(java.lang.String scheme,
java.lang.String authority,
java.lang.String path,
java.lang.String query,
java.lang.String fragment)
Construct new relative uri reference with scheme. |
|
| Method Summary | |
IUriReference |
appendPath(java.lang.String path)
TBD: Description of the Method. |
boolean |
equals(IUriReference other)
|
boolean |
equals(java.lang.Object other)
|
boolean |
equals(UriReference other)
|
java.lang.String |
getAuthority()
Get the authority of the reference |
java.lang.String |
getFragmentIdentifier()
Get the fragment identifier (without '#') of the uri |
java.lang.String |
getPath()
Get the path of the reference |
java.lang.String |
getQuery()
Get the query of the reference |
java.lang.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(java.lang.String query)
Set the query attribute of the UriReference object. |
java.lang.String |
toExternalForm()
TBD: Description of the Method. |
java.lang.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,
java.lang.String fragmentIdentifier)
uri - the absolute urifragmentIdentifier - the fragment of the uri reference
public UriReference(java.lang.String path,
java.lang.String query,
java.lang.String fragment)
path - the path of the reference or emptyfragment - used in reference of nullquery - TBD: Description of the incoming method parameter
public UriReference(java.lang.String authority,
java.lang.String path,
java.lang.String query,
java.lang.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(java.lang.String scheme,
java.lang.String authority,
java.lang.String path,
java.lang.String query,
java.lang.String fragment)
throws java.lang.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 parameterjava.lang.IllegalArgumentException - Exception raised in failure situationjava.lang.ArgumentNotValidException - if both scheme and authority
are not null
public UriReference(IUriReference reference,
java.lang.String fragmentIdentifier)
reference - TBD: Description of the incoming method parameterfragmentIdentifier - TBD: Description of the incoming method parameter| Method Detail |
public IUriReference appendPath(java.lang.String path)
appendPath in interface IUriReferencepath - TBD: Description of the incoming method parameterpublic IUriReference setQuery(java.lang.String query)
setQuery in interface IUriReferencequery - The new query valuepublic boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic boolean equals(IUriReference other)
public boolean equals(UriReference other)
public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toExternalForm()
toExternalForm in interface IUriReferencepublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getFragmentIdentifier()
getFragmentIdentifier in interface IUriReferencepublic java.lang.String getScheme()
getScheme in interface IUriReferencepublic java.lang.String getAuthority()
getAuthority in interface IUriReferencepublic java.lang.String getPath()
getPath in interface IUriReferencepublic java.lang.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
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||