|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IUriReference | |
| com.sapportals.wcm.repository.service.layout.customizing | |
| com.sapportals.wcm.service.propertyconfig | Provides a service for the administration of metadata for resource properties. |
| com.sapportals.wcm.service.reporting | |
| 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 IUriReference in com.sapportals.wcm.repository.service.layout.customizing |
| Methods in com.sapportals.wcm.repository.service.layout.customizing that return IUriReference | |
IUriReference |
IProfile.getThumbnailPath()
|
| Uses of IUriReference in com.sapportals.wcm.service.propertyconfig |
| Methods in com.sapportals.wcm.service.propertyconfig that return IUriReference | |
IUriReference |
IMetaName.getLabelIcon()
Get the label icon alternative (mainly used for column headers) |
| Uses of IUriReference in com.sapportals.wcm.service.reporting |
| Methods in com.sapportals.wcm.service.reporting that return IUriReference | |
IUriReference |
ResultItem.getLinkReference()
|
IUriReference |
ILinkResultItem.getLinkReference()
Get reference (where the link points to) or null
if not defined. |
| Methods in com.sapportals.wcm.service.reporting with parameters of type IUriReference | |
static ResultItem |
ResultItem.getInstance(RID rid,
Map properties,
List executedCommands,
boolean hadError,
String statusDescription,
boolean isDead,
String linkText,
String linkTarget,
IUriReference linkReference,
String details)
|
static ResultItem |
ResultItem.getInstance(RID rid,
Map properties,
List executedCommands,
boolean hadError,
String statusDescription,
boolean isDead,
String linkText,
String linkTarget,
IUriReference linkReference)
|
static ResultItem |
ResultItem.getLinkInstance(RID rid,
Map properties,
List executedCommands,
boolean hadError,
String statusDescription,
String linkText,
String linkTarget,
IUriReference linkReference)
|
| Uses of IUriReference in com.sapportals.wcm.service.urlgenerator |
| Methods in com.sapportals.wcm.service.urlgenerator that return IUriReference | |
IUriReference |
IURLGeneratorService.getRelativeUri(PathKey key)
Gets the relative URI of the path referred by key . |
IUriReference |
IURLGeneratorService.getImageUri(String filename)
Gets the relative URI of the image filename . |
IUriReference |
IURLGeneratorService.getBusinessCardUri(String userId)
Deprecated. As of Netweaver '04 SP6, replaced by IURLGeneratorService.getBusinessCardUri(String, IResourceContext) |
IUriReference |
IURLGeneratorService.getBusinessCardUri(String userId,
IResourceContext context)
Gets the relative URI for bringing up the business card of the user specified by userId . |
IUriReference |
IURLGeneratorService.getResourcePageUri(PathKey key,
RID resourceRID,
RID startRID)
Gets the relative URI for bringing up a page handling the resource specified by resourceRID . |
IUriReference |
IURLGeneratorService.getServicePageUri(List queryParameters)
Gets the relative URI for bringing up a service which may immediately carry out some instructions (e.g. delete a resource or display a dialog). |
IUriReference |
IURLGeneratorService.getUsermappingPageUri(String systemId,
String successUrl,
String failureUrl,
String cancelUrl)
Gets the relative URI of the usermapping maintenance servlet. |
IUriReference |
IUriMapper.toAbsolutePath(RID resourceID)
Map the given resource id to an relative uri reference with absolute path component. |
| Methods in com.sapportals.wcm.service.urlgenerator with parameters of type IUriReference | |
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. |
| Uses of IUriReference in com.sapportals.wcm.util.http |
| Methods in com.sapportals.wcm.util.http that return IUriReference | |
IUriReference |
IRequest.getReference()
|
IUriReference |
HttpRequest.getReference()
|
| Methods in com.sapportals.wcm.util.http with parameters of type IUriReference | |
void |
HttpRequest.setURI(IUriReference ref)
|
| Constructors in com.sapportals.wcm.util.http with parameters of type IUriReference | |
HttpRequest(IUriReference ref)
|
|
| Uses of IUriReference in com.sapportals.wcm.util.uri |
| Classes in com.sapportals.wcm.util.uri that implement IUriReference | |
class |
UriReference
A RFC2396 reference implementation. |
| Methods in com.sapportals.wcm.util.uri that return IUriReference | |
IUriReference |
UriReference.appendPath(String path)
|
IUriReference |
UriReference.setQuery(String query)
|
IUriReference |
UriReference.resolveWith(IUri base)
With base Uri, resolve this reference to an absolute reference. |
static IUriReference |
UriFactory.parseUriReference(String externalForm,
boolean strict)
Parse an URI reference from its string representation |
static IUriReference |
UriFactory.parseUriReference(String externalForm)
Parse an URI reference from its string representation |
IUriReference |
ResourceUrl.unresolve(IHierarchicalUri other,
String fragment)
Convert the given uri to a relative uri reference with this uri as base. |
IUriReference |
ResourceUrl.mapToAbsolutePath(URI wcmPath)
|
IUriReference |
ResourceUrl.mapToAbsolutePath(URI wcmPath,
URICodec codec)
|
IUriReference |
ResourceUrl.mapToAbsolutePath(IUriReference ref)
Given this Uri as the base, map the uri reference to a uri reference with absolute path component. |
IUriReference |
ResourceUrl.mapToAbsolutePath(RID wcmPath)
|
IUriReference |
ResourceUrl.mapToAbsolutePath(RID wcmPath,
URICodec codec)
|
IUriReference |
IUriReference.appendPath(String path)
Create a new uri reference by appending the given path to any existing path in the uri reference. |
IUriReference |
IUriReference.setQuery(String query)
Gets a new URI reference resulting from setting the query of this URI reference to the given query. |
IUriReference |
IUriReference.resolveWith(IUri base)
With base Uri, resolve this reference to an absolute reference. |
IUriReference |
IHierarchicalUri.unresolve(IHierarchicalUri other,
String fragment)
Convert the given uri to a relative uri reference with this uri as base. |
IUriReference |
IHierarchicalUri.mapToAbsolutePath(URI wcmPath)
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)
|
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)
|
IUriReference |
IHierarchicalUri.mapToAbsolutePath(IUriReference ref)
Given this Uri as the base, map the uri reference to a uri reference with absolute path component. |
IUriReference |
HttpUrl.unresolve(IHierarchicalUri other,
String fragment)
Convert the given uri to a relative uri reference with this uri as base. |
IUriReference |
HttpUrl.mapToAbsolutePath(URI wcmPath)
|
IUriReference |
HttpUrl.mapToAbsolutePath(URI wcmPath,
URICodec codec)
|
IUriReference |
HttpUrl.mapToAbsolutePath(IUriReference ref)
Given this Uri as the base, map the uri reference to a uri reference with absolute path component. |
IUriReference |
HttpUrl.mapToAbsolutePath(RID wcmPath)
|
IUriReference |
HttpUrl.mapToAbsolutePath(RID wcmPath,
URICodec codec)
|
| Methods in com.sapportals.wcm.util.uri with parameters of type IUriReference | |
static URL |
URL.getInstance(IUriReference uriref)
Creates a "URL" object for usage as external link target container. |
boolean |
UriReference.equals(IUriReference other)
|
IUri |
ResourceUrl.resolve(IUriReference reference)
Resolve the uri reference in the context of this Uri. |
URI |
ResourceUrl.mapToWcmPath(IUriReference ref)
|
RID |
ResourceUrl.mapToResourceID(IUriReference ref)
|
URI |
ResourceUrl.mapToWcmPath(IUriReference ref,
URICodec codec)
|
RID |
ResourceUrl.mapToResourceID(IUriReference ref,
URICodec codec)
|
IUriReference |
ResourceUrl.mapToAbsolutePath(IUriReference ref)
Given this Uri as the base, map the uri reference to a uri reference with absolute path component. |
IUri |
OpaqueLockTokenUri.resolve(IUriReference ref)
|
IUri |
IUri.resolve(IUriReference reference)
Resolve the URI reference in the context of this URI. |
URI |
IHierarchicalUri.mapToWcmPath(IUriReference ref)
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)
|
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(IUriReference ref)
Given this Uri as the base, map the uri reference to a uri reference with absolute path component. |
IUri |
HttpUrl.resolve(IUriReference reference)
Resolve the uri reference in the context of this Uri. |
URI |
HttpUrl.mapToWcmPath(IUriReference ref)
|
RID |
HttpUrl.mapToResourceID(IUriReference ref)
|
URI |
HttpUrl.mapToWcmPath(IUriReference ref,
URICodec codec)
|
RID |
HttpUrl.mapToResourceID(IUriReference ref,
URICodec codec)
|
IUriReference |
HttpUrl.mapToAbsolutePath(IUriReference ref)
Given this Uri as the base, map the uri reference to a uri reference with absolute path component. |
IUri |
GenericUri.resolve(IUriReference ref)
Resolve the uri reference in the context of this Uri. |
| Constructors in com.sapportals.wcm.util.uri with parameters of type IUriReference | |
UriReference(IUriReference reference,
String fragmentIdentifier)
|
|
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||