SAP NetWeaver '04

Uses of Interface
com.sapportals.wcm.util.uri.IUriReference

Packages that use IUriReference
com.sapportals.wcm.service.propertyconfig Provides a service for the administration of metadata for resource properties.  
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.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.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(java.lang.String filename)
          Gets the relative URI of the image filename .
 IUriReference IURLGeneratorService.getBusinessCardUri(java.lang.String userId)
          Deprecated. As of Netweaver '04 SP6, replaced by IURLGeneratorService.getBusinessCardUri(String, IResourceContext)
 IUriReference IURLGeneratorService.getBusinessCardUri(java.lang.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(java.util.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(java.lang.String systemId, java.lang.String successUrl, java.lang.String failureUrl, java.lang.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.
toAbsoluteUri("/mapped/a") -> /test/a
 

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(java.lang.String path)
           
 IUriReference UriReference.setQuery(java.lang.String query)
           
 IUriReference UriReference.resolveWith(IUri base)
          With base Uri, resolve this reference to an absolute reference.
 IUriReference HttpUrl.unresolve(IHierarchicalUri other, java.lang.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)
           
 IUriReference IUriReference.appendPath(java.lang.String path)
          Create a new uri reference by appending the given path to any existing path in the uri reference.
 IUriReference IUriReference.setQuery(java.lang.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, java.lang.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.
static IUriReference UriFactory.parseUriReference(java.lang.String externalForm)
          Parse an URI reference from its string representation
 IUriReference ResourceUrl.unresolve(IHierarchicalUri other, java.lang.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)
           
 

Methods in com.sapportals.wcm.util.uri with parameters of type IUriReference
 IUri GenericUri.resolve(IUriReference ref)
          Resolve the uri reference in the context of this Uri.
 IUri OpaqueLockTokenUri.resolve(IUriReference ref)
           
 boolean UriReference.equals(IUriReference other)
           
 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.
static URL URL.getInstance(IUriReference uriref)
          Creates a "URL" object for usage as external link target container.
 URI IHierarchicalUri.mapToWcmPath(IUriReference ref)
          Given this Uri as the base of the WCM repository, map the Uri Reference to the corresponsing 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 corresponsing 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 IUri.resolve(IUriReference reference)
          Resolve the uri reference in the context of this Uri.
 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.
 

Constructors in com.sapportals.wcm.util.uri with parameters of type IUriReference
UriReference(IUriReference reference, java.lang.String fragmentIdentifier)
           
 


SAP NetWeaver '04

Copyright © 2004 by SAP AG. All Rights Reserved.
SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary.

These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies ("SAP Group") for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.