|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IAbsoluteUri | |
| com.sap.netweaver.bc.rf.common | Contains repository framework common interface. |
| com.sap.netweaver.bc.rf.common.namespace | Contains repository framework common interface for namespace maintenance. |
| Uses of IAbsoluteUri in com.sap.netweaver.bc.rf.common |
| Subinterfaces of IAbsoluteUri in com.sap.netweaver.bc.rf.common | |
interface |
IHierarchicalUri
A RFC2396 URI interface. |
| Classes in com.sap.netweaver.bc.rf.common that implement IAbsoluteUri | |
class |
DataUri
A RFC2397 IUri implementation. |
class |
GenericUri
A RFC2396 IUri implementation. |
class |
HttpUrl
An IHierarchicalUri implementation for HTTP/HTTPS URLs. |
class |
OpaqueLockTokenUri
A RFC2518 IUri implementation. |
| Methods in com.sap.netweaver.bc.rf.common that return IAbsoluteUri | |
protected IAbsoluteUri |
OpaqueLockTokenUri.newInstance(java.lang.String remainder)
|
IAbsoluteUri |
OpaqueLockTokenUri.resolve(IUriReference ref)
|
IAbsoluteUri |
IAbsoluteUri.resolve(IUriReference reference)
Resolve the URI reference in the context of this AbsoluteUri (as per RFC2396, section 5.2). |
static IAbsoluteUri |
UriFactory.parseUri(java.lang.String externalForm)
Parse an IUri from its string representation |
IAbsoluteUri |
GenericUri.resolve(IUriReference ref)
Resolve the uri reference in the context of this Uri. |
protected IAbsoluteUri |
GenericUri.newInstance(java.lang.String remainder)
Construct a new IUri with the scheme of this and the given remainder. used when generic uri resolves references. |
protected IAbsoluteUri |
DataUri.newInstance(java.lang.String remainder)
|
IAbsoluteUri |
HttpUrl.resolve(IUriReference reference)
Resolve the uri reference in the context of this Uri. |
IAbsoluteUri |
UriReference.getUri()
Get the uri if the reference is absolute |
IAbsoluteUri |
IUriReference.getUri()
Get the uri of the reference if absolute |
| Methods in com.sap.netweaver.bc.rf.common with parameters of type IAbsoluteUri | |
boolean |
OpaqueLockTokenUri.equals(IAbsoluteUri other)
|
boolean |
GenericUri.equals(IAbsoluteUri other)
|
boolean |
HttpUrl.equals(IAbsoluteUri other)
|
IUriReference |
UriReference.resolveWith(IAbsoluteUri base)
With base Uri, resolve this reference to an absolute reference. |
IUriReference |
IUriReference.resolveWith(IAbsoluteUri base)
With base Uri, resolve this reference to an absolute reference. |
| Constructors in com.sap.netweaver.bc.rf.common with parameters of type IAbsoluteUri | |
UriReference(IAbsoluteUri uri,
java.lang.String fragmentIdentifier)
Construct new absolute uri reference. |
|
| Uses of IAbsoluteUri in com.sap.netweaver.bc.rf.common.namespace |
| Methods in com.sap.netweaver.bc.rf.common.namespace that return IAbsoluteUri | |
IAbsoluteUri |
LinkDescriptor.getTargetUri()
Get target IUri of the link. |
IAbsoluteUri |
ILinkDescriptor.getTargetUri()
Get target IUri of the link. |
| Constructors in com.sap.netweaver.bc.rf.common.namespace with parameters of type IAbsoluteUri | |
LinkDescriptor(LinkType linkType,
IAbsoluteUri targetUri)
Construct object of class LinkDescriptor. |
|
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||