|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
IWDURLGenerator defines the Web Dynpro URL generation service. This
service should be used to generated URLs for any IWDWebResource objects
that are referenced by Web Dynpro applications.
The interface provides methods which are responsible for the following:
WDURLGenerator
Type Classification:
This interface is part of the Web Dynpro API, so applications may reference it or call any method of it, but they must not implement or extend it.
For a detailed explanation of API classification see the Web Dynpro Compatibility Guide| Method Summary | |
String |
getAbsoluteWebResourceURL(String objectName)
Deprecated. This method has been deprecated: the usage of absolute URLs is not recommended since absolute URLs won't work in system landscapes with e.g. reverse proxies or Web dispatchers. Use getWebResourceURL(String) instead. The method may be withdrawn with
the first new NetWeaver release in 2006. |
String |
getAbsoluteWebResourceURL(String objectName,
String resourceName)
Deprecated. This method has been deprecated: the usage of absolute URLs is not recommended since absolute URLs won't work in system landscapes with e.g. reverse proxies or Web dispatchers. Use getWebResourceURL(String, String) instead. The method may be withdrawn with
the first new NetWeaver release in 2006. |
String |
getAbsoluteWebResourceURL(WDDeployableObjectPart deployableObjectPart)
Deprecated. This method has been deprecated: the usage of absolute URLs is not recommended since absolute URLs won't work in system landscapes with e.g. reverse proxies or Web dispatchers. Use getWebResourceURL(WDDeployableObjectPart) instead. The method may be withdrawn with
the first new NetWeaver release in 2006. |
String |
getAbsoluteWebResourceURL(WDDeployableObjectPart deployableObjectPart,
String resourceName)
Deprecated. This method has been deprecated: the usage of absolute URLs is not recommended since absolute URLs won't work in system landscapes with e.g. reverse proxies or Web dispatchers. Use getWebResourceURL(WDDeployableObjectPart, String) instead. The method may be withdrawn with
the first new NetWeaver release in 2006. |
String |
getApplicationURL(String deployableObjectName,
String applicationPartName)
|
String |
getApplicationURL(String objectName,
String partName,
Map urlParameters)
|
String |
getApplicationURL(WDDeployableObjectPart deployableObjectPart)
|
String |
getApplicationURL(WDDeployableObjectPart deployableObjectPart,
Map urlParameters)
|
String |
getDynamicApplicationURL(String deployableObjectName,
String applicationPartName)
|
String |
getDynamicApplicationURL(WDDeployableObjectPart deployableObjectPart)
|
String |
getPortalIconsResourcePath()
|
String |
getPortalIconsWebResourcePath()
Deprecated. Starting with NetWeaver 04s, Web Dynpro supports WSRP and generates URLs in which the URL to a MIME object is embedded in a WSRP URL. With these URLs, it is no longer possible to append a relative URL path to the computed URL prefix. Use the getPortalIconWebResourcePath(String) method
instead. The method may be withdrawn with the first new NetWeaver release in 2006. |
String |
getPortalIconWebResourcePath(String iconName)
|
String |
getPublicResourcePath(String resourceName)
|
String |
getPublicResourcePath(WDDeployableObjectPart part,
String resourceName)
|
String |
getResourcePath()
Deprecated. Method will throw a java.lang.UnsupportedOperationException in
the next release after NetWeaver 04. Use getResourcePath(String) instead.
The method may be withdrawn with the first new NetWeaver release in 2006. |
String |
getResourcePath(String objectName)
|
String |
getResourcePath(String objectName,
String resourceName)
|
String |
getResourcePath(WDDeployableObjectPart deployableObjectPart)
|
String |
getResourcePath(WDDeployableObjectPart deployableObjectPart,
String resourceName)
|
String |
getSAPIconsResourcePath()
|
String |
getSAPIconsWebResourcePath()
Deprecated. Starting with NetWeaver 04s, Web Dynpro supports WSRP and generates URLs in which the URL to a MIME object is embedded in a WSRP URL. With these URLs, it is no longer possible to append a relative URL path to the computed URL prefix. Use the getSAPIconWebResourcePath(String) method
instead. The method may be withdrawn with the first new NetWeaver release in 2006. |
String |
getSAPIconWebResourcePath(String iconName)
|
String |
getStaticApplicationURL()
|
String |
getWebResourcePath()
Deprecated. Starting with NetWeaver 04s, Web Dynpro supports WSRP and generates URLs in which the URL to a MIME object is embedded in a WSRP URL. With these URLs, it is no longer possible to append a relative URL path to the computed URL prefix. Use the getWebResourcePath methods which take a
relative path to the MIME object as input parameter instead. The method may be withdrawn
with the first new NetWeaver release in 2006. |
String |
getWebResourcePath(String objectName)
Deprecated. Starting with NetWeaver 04s, Web Dynpro supports WSRP and generates URLs in which the URL to a MIME object is embedded in a WSRP URL. With these URLs, it is no longer possible to append a relative URL path to the computed URL prefix. Use the getWebResourcePath methods which take a
relative path to the MIME object as input parameter instead. The method may be withdrawn
with the first new NetWeaver release in 2006. |
String |
getWebResourcePath(WDDeployableObjectPart deployableObjectPart)
Deprecated. Starting with NetWeaver 04s, Web Dynpro supports WSRP and generates URLs in which the URL to a MIME object is embedded in a WSRP URL. With these URLs, it is no longer possible to append a relative URL path to the computed URL prefix. Use the getWebResourcePath methods which take a
relative path to the MIME object as input parameter instead. The method may be withdrawn
with the first new NetWeaver release in 2006. |
String |
getWebResourceURL(String objectName)
Deprecated. Starting with NetWeaver 04s, Web Dynpro supports WSRP and generates URLs in which the URL to a MIME object is embedded in a WSRP URL. With these URLs, it is no longer possible to append a relative URL path to the computed URL prefix. Use the getWebResourcePath methods which take a
relative path to the MIME object as input parameter instead. The method may be withdrawn
with the first new NetWeaver release in 2006. |
String |
getWebResourceURL(String objectName,
String resourceName)
|
String |
getWebResourceURL(WDDeployableObjectPart deployableObjectPart)
Deprecated. Starting with NetWeaver 04s, Web Dynpro supports WSRP and generates URLs in which the URL to a MIME object is embedded in a WSRP URL. With these URLs, it is no longer possible to append a relative URL path to the computed URL prefix. Use the getWebResourcePath methods which take a
relative path to the MIME object as input parameter instead. The method may be withdrawn
with the first new NetWeaver release in 2006. |
String |
getWebResourceURL(WDDeployableObjectPart deployableObjectPart,
String resourceName)
|
String |
getWebResourceURLForPath(String relativePath)
|
String |
getWorkloadBalancedApplicationURL(String deployableObjectName,
String applicationPartName)
|
String |
getWorkloadBalancedApplicationURL(String objectName,
String partName,
Map urlParameters)
|
String |
getWorkloadBalancedApplicationURL(WDDeployableObjectPart deployableObjectPart)
|
String |
getWorkloadBalancedApplicationURL(WDDeployableObjectPart deployableObjectPart,
Map urlParameters)
|
| Methods inherited from interface com.sap.tc.webdynpro.services.sal.api.IWDService |
getDescription, getServiceName, getVersion |
| Method Detail |
public String getPublicResourcePath(String resourceName)
WDURLGenerator.getPublicResourcePath(String)
public String getPublicResourcePath(WDDeployableObjectPart part,
String resourceName)
WDURLGenerator.getPublicResourcePath(WDDeployableObjectPart, String)public String getResourcePath()
java.lang.UnsupportedOperationException in
the next release after NetWeaver 04. Use getResourcePath(String) instead.
The method may be withdrawn with the first new NetWeaver release in 2006.
WDURLGenerator.getResourcePath()public String getResourcePath(String objectName)
WDURLGenerator.getResourcePath(String)
public String getResourcePath(String objectName,
String resourceName)
WDURLGenerator.getResourcePath(String, String)public String getResourcePath(WDDeployableObjectPart deployableObjectPart)
WDURLGenerator.getResourcePath(WDDeployableObjectPart)
public String getResourcePath(WDDeployableObjectPart deployableObjectPart,
String resourceName)
throws WDAliasResolvingException
WDAliasResolvingExceptionWDURLGenerator.getResourcePath(WDDeployableObjectPart, String)public String getWebResourcePath()
getWebResourcePath methods which take a
relative path to the MIME object as input parameter instead. The method may be withdrawn
with the first new NetWeaver release in 2006.
WDURLGenerator.getWebResourcePath()public String getWebResourcePath(String objectName)
getWebResourcePath methods which take a
relative path to the MIME object as input parameter instead. The method may be withdrawn
with the first new NetWeaver release in 2006.
WDURLGenerator.getWebResourcePath(String)public String getWebResourcePath(WDDeployableObjectPart deployableObjectPart)
getWebResourcePath methods which take a
relative path to the MIME object as input parameter instead. The method may be withdrawn
with the first new NetWeaver release in 2006.
WDURLGenerator.getWebResourcePath(WDDeployableObjectPart)
public String getWebResourceURL(String objectName,
String resourceName)
throws WDURLException
WDURLExceptionWDURLGenerator.getWebResourceURL(String, String)
public String getWebResourceURL(String objectName)
throws WDURLException
getWebResourcePath methods which take a
relative path to the MIME object as input parameter instead. The method may be withdrawn
with the first new NetWeaver release in 2006.
WDURLExceptionWDURLGenerator.getWebResourceURL(String)
public String getWebResourceURL(WDDeployableObjectPart deployableObjectPart,
String resourceName)
throws WDURLException
WDURLExceptionWDURLGenerator.getWebResourceURL(WDDeployableObjectPart, String)
public String getWebResourceURL(WDDeployableObjectPart deployableObjectPart)
throws WDURLException
getWebResourcePath methods which take a
relative path to the MIME object as input parameter instead. The method may be withdrawn
with the first new NetWeaver release in 2006.
WDURLExceptionWDURLGenerator.getWebResourceURL(WDDeployableObjectPart)
public String getWebResourceURLForPath(String relativePath)
throws WDURLException
WDURLExceptionWDURLGenerator.getWebResourceURLForPath(String)
public String getAbsoluteWebResourceURL(String objectName,
String resourceName)
throws WDURLException
getWebResourceURL(String, String) instead. The method may be withdrawn with
the first new NetWeaver release in 2006.
WDURLExceptionWDURLGenerator.getAbsoluteWebResourceURL(String, String)
public String getAbsoluteWebResourceURL(String objectName)
throws WDURLException
getWebResourceURL(String) instead. The method may be withdrawn with
the first new NetWeaver release in 2006.
WDURLExceptionWDURLGenerator.getAbsoluteWebResourceURL(String)
public String getAbsoluteWebResourceURL(WDDeployableObjectPart deployableObjectPart,
String resourceName)
throws WDURLException
getWebResourceURL(WDDeployableObjectPart, String) instead. The method may be withdrawn with
the first new NetWeaver release in 2006.
WDURLExceptionWDURLGenerator.getAbsoluteWebResourceURL(WDDeployableObjectPart, String)
public String getAbsoluteWebResourceURL(WDDeployableObjectPart deployableObjectPart)
throws WDURLException
getWebResourceURL(WDDeployableObjectPart) instead. The method may be withdrawn with
the first new NetWeaver release in 2006.
WDURLExceptionWDURLGenerator.getAbsoluteWebResourceURL(WDDeployableObjectPart)
public String getApplicationURL(WDDeployableObjectPart deployableObjectPart)
throws WDURLException
WDURLExceptionWDURLGenerator.getApplicationURL(WDDeployableObjectPart)
public String getApplicationURL(String deployableObjectName,
String applicationPartName)
throws WDURLException
WDURLExceptionWDURLGenerator.getApplicationURL(String, String)
public String getDynamicApplicationURL(String deployableObjectName,
String applicationPartName)
throws WDURLException
WDURLException
public String getDynamicApplicationURL(WDDeployableObjectPart deployableObjectPart)
throws WDURLException
WDURLExceptionpublic String getStaticApplicationURL()
public String getWorkloadBalancedApplicationURL(String deployableObjectName,
String applicationPartName)
throws WDURLException
WDURLExceptionWDURLGenerator.getWorkloadBalancedApplicationURL(String, String)
public String getWorkloadBalancedApplicationURL(WDDeployableObjectPart deployableObjectPart)
throws WDURLException
WDURLExceptionWDURLGenerator.getWorkloadBalancedApplicationURL(WDDeployableObjectPart)
public String getApplicationURL(WDDeployableObjectPart deployableObjectPart,
Map urlParameters)
throws WDURLException
WDURLExceptionWDURLGenerator.getApplicationURL(WDDeployableObjectPart, java.util.Map)
public String getApplicationURL(String objectName,
String partName,
Map urlParameters)
throws WDURLException
WDURLExceptionWDURLGenerator.getApplicationURL(String, String, java.util.Map)
public String getWorkloadBalancedApplicationURL(WDDeployableObjectPart deployableObjectPart,
Map urlParameters)
throws WDURLException
WDURLExceptionWDURLGenerator.getWorkloadBalancedApplicationURL(WDDeployableObjectPart, java.util.Map)
public String getWorkloadBalancedApplicationURL(String objectName,
String partName,
Map urlParameters)
throws WDURLException
WDURLExceptionWDURLGenerator.getWorkloadBalancedApplicationURL(String, String, java.util.Map)public String getSAPIconsResourcePath()
WDURLGenerator.getSAPIconsResourcePath()public String getSAPIconsWebResourcePath()
getSAPIconWebResourcePath(String) method
instead. The method may be withdrawn with the first new NetWeaver release in 2006.
WDURLGenerator.getSAPIconsWebResourcePath()public String getSAPIconWebResourcePath(String iconName)
WDURLGenerator.getSAPIconWebResourcePath(String)public String getPortalIconsResourcePath()
WDURLGenerator.getPortalIconsResourcePath()public String getPortalIconsWebResourcePath()
getPortalIconWebResourcePath(String) method
instead. The method may be withdrawn with the first new NetWeaver release in 2006.
WDURLGenerator.getPortalIconsWebResourcePath()public String getPortalIconWebResourcePath(String iconName)
WDURLGenerator.getPortalIconWebResourcePath(String)
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||