public class URL extends WcmObject
Copyright (c) SAP AG 2001-2004
ORDER_TYPE_MANUAL, ORDER_TYPE_NONE| Constructor and Description |
|---|
URL()
Deprecated.
as of NW04.
|
URL(String url)
Deprecated.
as of NW04. in general, use
UriFactory to parse URIs -- to
specifically create an instance of URL for usage with link creation
methods, use getInstance(IUriReference), getInstance(RID) or getInstance(String). |
| Modifier and Type | Method and Description |
|---|---|
String |
getHost()
Deprecated.
as of NW04. Use
UriFactory to parse URIs. |
static URL |
getInstance(IUriReference uriref)
Creates a "URL" object for usage as external link target container.
|
static URL |
getInstance(RID rid)
Creates a "URL" object for usage as internal link target container.
|
static URL |
getInstance(String target)
Creates a "URL" object for usage as link target container.
|
String |
getPort()
Deprecated.
as of NW04. Use
UriFactory to parse URIs. |
String |
getProtocol()
Deprecated.
as of NW04. Use
UriFactory to parse URIs. |
String |
getQueryParameter()
Deprecated.
as of NW04. Use
UriFactory to parse URIs. |
URI |
getURI()
Deprecated.
as of NW04. Use
UriFactory to parse URIs. |
String |
toString() |
public URL()
public URL(String url)
UriFactory to parse URIs -- to
specifically create an instance of URL for usage with link creation
methods, use getInstance(IUriReference), getInstance(RID) or getInstance(String).public static URL getInstance(String target)
target - string representation of a RID or a IUriReference.public static URL getInstance(IUriReference uriref)
uriref - URI referencepublic static URL getInstance(RID rid)
rid - RIDpublic String getProtocol()
UriFactory to parse URIs.public String getHost()
UriFactory to parse URIs.public String getPort()
UriFactory to parse URIs.public String getQueryParameter()
UriFactory to parse URIs.public URI getURI()
UriFactory to parse URIs.| Access Rights |
|---|
| 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 2017 SAP AG Complete Copyright Notice