com.sapportals.wcm.util.uri

Interface IUri

All Known Subinterfaces:
IHierarchicalUri
All Known Implementing Classes:
DataUri, GenericUri, HttpUrl, OpaqueLockTokenUri, ResourceUrl

public interface IUri

A RFC2396 URI interface.

     Uri ::= scheme ':' remainder
 

Copyright (c) SAP AG 2001-2005


Method Summary
 String getRemainder()
          Get the remainder of this URI (part after scheme without ':').
 String getScheme()
          Get the scheme of this URI (without ':').
 IUri resolve(IUriReference reference)
          Resolve the URI reference in the context of this URI.
 String toExternalForm()
          Returns a string representation according to RFC 2396 of this URI.
 

Method Detail

getScheme

String getScheme()
Get the scheme of this URI (without ':').

Returns:
scheme of this URI

getRemainder

String getRemainder()
Get the remainder of this URI (part after scheme without ':').

Returns:
remainder of this URI

resolve

IUri resolve(IUriReference reference)
             throws IllegalArgumentException
Resolve the URI reference in the context of this URI.

Returns:
resolved reference as absolute URI without fragment identifier
Throws:
IllegalArgumentException

toExternalForm

String toExternalForm()
Returns a string representation according to RFC 2396 of this URI.

Returns:
string in uri format
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] KMC-CM [sap.com] tc/km/frwk api EP-KM-CM
[sap.com] KMC-WPC [sap.com] tc/kmc/wpc/wpcfacade api EP-PIN-WPC-WCM


Copyright 2014 SAP AG Complete Copyright Notice