|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IHierarchicalUri | |
| 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 IHierarchicalUri in com.sapportals.wcm.service.urlgenerator |
| Methods in com.sapportals.wcm.service.urlgenerator that return IHierarchicalUri | |
IHierarchicalUri |
IURLGeneratorService.getAbsoluteUri(PathKey key)
Gets the absolute URI of the path referred by key . |
IHierarchicalUri |
IURLGeneratorService.getAlternativeAbsoluteUri(PathKey key)
Gets the absolute URI of the path referred by key . |
IHierarchicalUri |
IURLGeneratorService.createAbsoluteUri(IUriReference relativeUri)
Creates an absolute URI out of the specified relative URI (containing an absolute path) by prepending the configured protocol, server and port. |
IHierarchicalUri |
IURLGeneratorService.createAlternativeAbsoluteUri(IUriReference relativeUri)
Creates an absolute URI out of the specified relative URI (containing an absolute path) by prepending the configured (alternative) protocol, server and port. |
IHierarchicalUri |
IUriMapper.getRootUri()
Get the root uri of this mapping |
IHierarchicalUri |
IUriMapper.toAbsoluteUri(RID resourceID)
Map the given path to an (absolute) uri. toAbsoluteUri("/mapped/a") -> http://sapportals.com/test/a |
| Methods in com.sapportals.wcm.service.urlgenerator with parameters of type IHierarchicalUri | |
RID |
IUriMapper.toRID(IHierarchicalUri uri)
Map the given uri to its resource id. toAbsoluteUri("http://sapportals.com/test/a") -> /mapped/a |
| Uses of IHierarchicalUri in com.sapportals.wcm.util.http |
| Methods in com.sapportals.wcm.util.http with parameters of type IHierarchicalUri | |
void |
ProxyInfo.setProxyUri(IHierarchicalUri base,
IHierarchicalUri proxy)
|
| Uses of IHierarchicalUri in com.sapportals.wcm.util.uri |
| Classes in com.sapportals.wcm.util.uri that implement IHierarchicalUri | |
class |
HttpUrl
An IHierarchicalUri implementation for HTTP/HTTPS URLs. |
class |
ResourceUrl
An IHierarchicalUri implementation for Resource (Repository Framework
internal) URLs. |
| Methods in com.sapportals.wcm.util.uri that return IHierarchicalUri | |
IHierarchicalUri |
HttpUrl.appendPath(java.lang.String path)
Append the given path segment to the current path of this uri. |
IHierarchicalUri |
HttpUrl.getRoot()
Returns the uri of the root collection (path = "/"). |
IHierarchicalUri |
HttpUrl.mapToAbsoluteUri(URI wcmPath)
Given this Uri as the base of the WCM repository, map the WCM Path to a absolute uri. |
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. |
IHierarchicalUri |
HttpUrl.mapToAbsoluteUri(RID wcmPath)
|
IHierarchicalUri |
HttpUrl.mapToAbsoluteUri(RID wcmPath,
URICodec codec)
|
IHierarchicalUri |
HttpUrl.setQuery(java.lang.String query)
|
IHierarchicalUri |
HttpUrl.setPath(java.lang.String path)
|
IHierarchicalUri |
IHierarchicalUri.appendPath(java.lang.String path)
Append the given path segment to the current path of this uri. |
IHierarchicalUri |
IHierarchicalUri.getRoot()
Returns the uri of the root collection (path = "/"). |
IHierarchicalUri |
IHierarchicalUri.mapToAbsoluteUri(URI wcmPath)
Given this Uri as the base of the WCM repository, map the WCM Path to a absolute uri. |
IHierarchicalUri |
IHierarchicalUri.mapToAbsoluteUri(RID wcmPath)
|
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)
|
IHierarchicalUri |
IHierarchicalUri.setQuery(java.lang.String query)
Construct a new object of same type with the given query. |
IHierarchicalUri |
IHierarchicalUri.setPath(java.lang.String path)
Construct a new object of same type with the given path. |
static IHierarchicalUri |
UriFactory.parseHierarchicalUri(java.lang.String externalForm)
Parse an IHierarchicalUri from its string representation |
IHierarchicalUri |
ResourceUrl.appendPath(java.lang.String path)
Append the given path segment to the current path of this uri. |
IHierarchicalUri |
ResourceUrl.getRoot()
Returns the uri of the root collection (path = "/"). |
IHierarchicalUri |
ResourceUrl.mapToAbsoluteUri(URI wcmPath)
Given this Uri as the base of the WCM repository, map the WCM Path to a absolute uri. |
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. |
IHierarchicalUri |
ResourceUrl.mapToAbsoluteUri(RID wcmPath)
|
IHierarchicalUri |
ResourceUrl.mapToAbsoluteUri(RID wcmPath,
URICodec codec)
|
IHierarchicalUri |
ResourceUrl.setQuery(java.lang.String query)
|
IHierarchicalUri |
ResourceUrl.setPath(java.lang.String path)
|
| Methods in com.sapportals.wcm.util.uri with parameters of type IHierarchicalUri | |
boolean |
HttpUrl.equals(IHierarchicalUri other)
|
boolean |
HttpUrl.isAncestorOf(IHierarchicalUri other)
Determine if this Uri is ancestor of other uri |
IUriReference |
HttpUrl.unresolve(IHierarchicalUri other,
java.lang.String fragment)
Convert the given uri to a relative uri reference with this uri as base. |
boolean |
IHierarchicalUri.isAncestorOf(IHierarchicalUri other)
Determine if this Uri is ancestor of other uri |
IUriReference |
IHierarchicalUri.unresolve(IHierarchicalUri other,
java.lang.String fragment)
Convert the given uri to a relative uri reference with this uri as base. |
boolean |
ResourceUrl.equals(IHierarchicalUri other)
|
boolean |
ResourceUrl.isAncestorOf(IHierarchicalUri other)
Determine if this Uri is ancestor of other uri |
IUriReference |
ResourceUrl.unresolve(IHierarchicalUri other,
java.lang.String fragment)
Convert the given uri to a relative uri reference with this uri as base. |
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||