|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.sapportals.wcm.WcmObject
|
+--com.sapportals.wcm.util.uri.URL
DO NOT USE this class except to create instances of URL objects to be used for link creation.
Copyright (c) SAP AG 2001-2004
| Fields inherited from class com.sapportals.wcm.WcmObject |
ORDER_TYPE_MANUAL, ORDER_TYPE_NONE |
| Constructor Summary | |
URL()
Deprecated. as of NW04. |
|
URL(java.lang.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). |
|
| Method Summary | |
java.lang.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(java.lang.String target)
Creates a "URL" object for usage as link target container. |
java.lang.String |
getPort()
Deprecated. as of NW04. Use UriFactory to parse URIs. |
java.lang.String |
getProtocol()
Deprecated. as of NW04. Use UriFactory to parse URIs. |
java.lang.String |
getQueryParameter()
Deprecated. as of NW04. Use UriFactory to parse URIs. |
URI |
getURI()
Deprecated. as of NW04. Use UriFactory to parse URIs. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public URL()
public URL(java.lang.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).
| Method Detail |
public static URL getInstance(java.lang.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 java.lang.String getProtocol()
UriFactory to parse URIs.
public java.lang.String getHost()
UriFactory to parse URIs.
public java.lang.String getPort()
UriFactory to parse URIs.
public java.lang.String getQueryParameter()
UriFactory to parse URIs.
public URI getURI()
UriFactory to parse URIs.
public java.lang.String toString()
toString in class java.lang.Object
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||