| Methods in com.sapportals.wcm.util.uri with parameters of type URICodec |
URI |
ResourceUrl.mapToWcmPath(IUriReference ref,
URICodec codec)
|
RID |
ResourceUrl.mapToResourceID(IUriReference ref,
URICodec codec)
|
IUriReference |
ResourceUrl.mapToAbsolutePath(URI wcmPath,
URICodec codec)
|
IHierarchicalUri |
ResourceUrl.mapToAbsoluteUri(URI wcmPath,
URICodec codec)
Given this Uri as the base of the WCM repository, map the WCM Path to a
absolute uri. |
IUriReference |
ResourceUrl.mapToAbsolutePath(RID wcmPath,
URICodec codec)
|
IHierarchicalUri |
ResourceUrl.mapToAbsoluteUri(RID wcmPath,
URICodec codec)
|
URI |
IHierarchicalUri.mapToWcmPath(IUriReference ref,
URICodec codec)
Given this Uri as the base of the WCM repository, map the Uri Reference to
the corresponding WCM Path in the framework. |
RID |
IHierarchicalUri.mapToResourceID(IUriReference ref,
URICodec codec)
|
IUriReference |
IHierarchicalUri.mapToAbsolutePath(URI wcmPath,
URICodec codec)
Given this Uri as the base of the WCM repository, map the WCM Path to a uri
reference with absolute path component. |
IUriReference |
IHierarchicalUri.mapToAbsolutePath(RID wcmPath,
URICodec codec)
|
IHierarchicalUri |
IHierarchicalUri.mapToAbsoluteUri(URI wcmPath,
URICodec codec)
Given this Uri as the base of the WCM repository, map the WCM Path to a
absolute uri. |
IHierarchicalUri |
IHierarchicalUri.mapToAbsoluteUri(RID wcmPath,
URICodec codec)
|
URI |
HttpUrl.mapToWcmPath(IUriReference ref,
URICodec codec)
|
RID |
HttpUrl.mapToResourceID(IUriReference ref,
URICodec codec)
|
IUriReference |
HttpUrl.mapToAbsolutePath(URI wcmPath,
URICodec codec)
|
IHierarchicalUri |
HttpUrl.mapToAbsoluteUri(URI wcmPath,
URICodec codec)
Given this Uri as the base of the WCM repository, map the WCM Path to a
absolute uri. |
IUriReference |
HttpUrl.mapToAbsolutePath(RID wcmPath,
URICodec codec)
|
IHierarchicalUri |
HttpUrl.mapToAbsoluteUri(RID wcmPath,
URICodec codec)
|