|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IUri | |
| com.sapportals.wcm.repository | Contains the repository framework interfaces and classes. |
| com.sapportals.wcm.service.urlgenerator | Provides a service that returns URLs to access resources in the CM system. |
| com.sapportals.wcm.util.http | A collection of classes and interfaces for client-side HTTP access. |
| com.sapportals.wcm.util.uri | Contains interfaces and classes to handle uniform resource identifiers (uri). |
| Uses of IUri in com.sapportals.wcm.repository |
| Methods in com.sapportals.wcm.repository that return IUri | |
IUri |
IExternalLinkResource.getTargetUri()
|
IUri |
IOrderableCollection.getOrderingType()
Returns information about the collection's ordering, where the following URIs are reserved: "DAV:unordered": unordered collection "DAV:custom": client-maintained ordering, no additional information about the ordering semantics available Any other URI identifies an ordering for which additional information semantics MAY be available at the given URI |
IUri |
IBindableResource.getGloballyUniqueId()
|
IUri |
ICollectionVersionResource.getOrderingType()
Returns information about the collection version's ordering, where the following URIs are reserved: "DAV:unordered": unordered collection "DAV:custom": client-maintained ordering, no additional information about the ordering semantics available Any other URI identifies an ordering for which additional information semantics MAY be available at the given URI |
| Methods in com.sapportals.wcm.repository with parameters of type IUri | |
IResource |
IExtendedCollection.createExternalLink(java.lang.String name,
IUri absoluteTargetUri,
boolean isPermanent,
IPosition position,
IPropertyMap properties,
boolean ignorePropertyFailures)
Creates an external link, compatible to LinkType.EXTERNAL |
void |
IExternalLinkResource.setTargetUri(IUri target)
Sets the link target. |
void |
IOrderableCollection.setOrderingType(IUri orderingType)
Sets the collection's ordering type. |
| Uses of IUri in com.sapportals.wcm.service.urlgenerator |
| Methods in com.sapportals.wcm.service.urlgenerator that return IUri | |
IUri |
IURLGeneratorService.mapRID(RID rid)
Gets the URI of the CM resource (e.g. http resource) represented by the given RID. |
| Methods in com.sapportals.wcm.service.urlgenerator with parameters of type IUri | |
RID |
IURLGeneratorService.mapUri(IUri uri)
Gets the RID of the CM resource which represents the given URI (e.g. http resource). |
| Uses of IUri in com.sapportals.wcm.util.http |
| Methods in com.sapportals.wcm.util.http with parameters of type IUri | |
boolean |
ICookie.appliesTo(IUri uri)
Determine if cookie applies to uri |
| Uses of IUri in com.sapportals.wcm.util.uri |
| Subinterfaces of IUri in com.sapportals.wcm.util.uri | |
interface |
IHierarchicalUri
A RFC2396 URI interface. |
| Classes in com.sapportals.wcm.util.uri that implement IUri | |
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. |
class |
ResourceUrl
An IHierarchicalUri implementation for Resource (Repository Framework
internal) URLs. |
| Methods in com.sapportals.wcm.util.uri that return IUri | |
IUri |
GenericUri.resolve(IUriReference ref)
Resolve the uri reference in the context of this Uri. |
protected IUri |
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 IUri |
DataUri.newInstance(java.lang.String remainder)
|
protected IUri |
OpaqueLockTokenUri.newInstance(java.lang.String remainder)
|
IUri |
OpaqueLockTokenUri.resolve(IUriReference ref)
|
IUri |
UriReference.getUri()
Get the uri if the reference is absolute |
IUri |
HttpUrl.resolve(IUriReference reference)
Resolve the uri reference in the context of this Uri. |
IUri |
IUriReference.getUri()
Get the uri of the reference if absolute |
IUri |
IUri.resolve(IUriReference reference)
Resolve the uri reference in the context of this Uri. |
static IUri |
UriFactory.parseUri(java.lang.String externalForm)
Parse an IUri from its string representation |
IUri |
ResourceUrl.resolve(IUriReference reference)
Resolve the uri reference in the context of this Uri. |
| Methods in com.sapportals.wcm.util.uri with parameters of type IUri | |
boolean |
GenericUri.equals(IUri other)
|
boolean |
OpaqueLockTokenUri.equals(IUri other)
|
IUriReference |
UriReference.resolveWith(IUri base)
With base Uri, resolve this reference to an absolute reference. |
boolean |
HttpUrl.equals(IUri other)
|
IUriReference |
IUriReference.resolveWith(IUri base)
With base Uri, resolve this reference to an absolute reference. |
boolean |
ResourceUrl.equals(IUri other)
|
| Constructors in com.sapportals.wcm.util.uri with parameters of type IUri | |
UriReference(IUri uri,
java.lang.String fragmentIdentifier)
Construct new absolute uri reference. |
|
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||