Web Dynpro API Documentation

Uses of Class
com.sap.tc.webdynpro.services.sal.url.api.WDURLException

Packages that use WDURLException
com.sap.tc.webdynpro.services.sal.url.api The com.sap.tc.webdynpro.services.sal.url.api package contains application visible interfaces for the URL generation service and its corresponding factory. 
 

Uses of WDURLException in com.sap.tc.webdynpro.services.sal.url.api
 

Methods in com.sap.tc.webdynpro.services.sal.url.api that throw WDURLException
 java.lang.String IWDURLGenerator.getWebResourceURL(java.lang.String objectName, java.lang.String resourceName)
           
 java.lang.String IWDURLGenerator.getWebResourceURL(java.lang.String objectName)
           
 java.lang.String IWDURLGenerator.getWebResourceURL(WDDeployableObjectPart deployableObjectPart, java.lang.String resourceName)
           
 java.lang.String IWDURLGenerator.getWebResourceURL(WDDeployableObjectPart deployableObjectPart)
           
 java.lang.String IWDURLGenerator.getAbsoluteWebResourceURL(java.lang.String objectName, java.lang.String resourceName)
           
 java.lang.String IWDURLGenerator.getAbsoluteWebResourceURL(java.lang.String objectName)
           
 java.lang.String IWDURLGenerator.getAbsoluteWebResourceURL(WDDeployableObjectPart deployableObjectPart, java.lang.String resourceName)
           
 java.lang.String IWDURLGenerator.getAbsoluteWebResourceURL(WDDeployableObjectPart deployableObjectPart)
           
 java.lang.String IWDURLGenerator.getApplicationURL(WDDeployableObjectPart deployableObjectPart)
           
 java.lang.String IWDURLGenerator.getApplicationURL(java.lang.String deployableObjectName, java.lang.String applicationPartName)
           
 java.lang.String IWDURLGenerator.getDynamicApplicationURL(java.lang.String deployableObjectName, java.lang.String applicationPartName)
           
 java.lang.String IWDURLGenerator.getDynamicApplicationURL(WDDeployableObjectPart deployableObjectPart)
           
 java.lang.String IWDURLGenerator.getWorkloadBalancedApplicationURL(java.lang.String deployableObjectName, java.lang.String applicationPartName)
           
 java.lang.String IWDURLGenerator.getWorkloadBalancedApplicationURL(WDDeployableObjectPart deployableObjectPart)
           
 java.lang.String IWDURLGenerator.getApplicationURL(WDDeployableObjectPart deployableObjectPart, java.util.Map urlParameters)
           
 java.lang.String IWDURLGenerator.getApplicationURL(java.lang.String objectName, java.lang.String partName, java.util.Map urlParameters)
           
 java.lang.String IWDURLGenerator.getWorkloadBalancedApplicationURL(WDDeployableObjectPart deployableObjectPart, java.util.Map urlParameters)
           
 java.lang.String IWDURLGenerator.getWorkloadBalancedApplicationURL(java.lang.String objectName, java.lang.String partName, java.util.Map urlParameters)
           
static java.lang.String WDURLGenerator.getWebResourceURL(java.lang.String objectName, java.lang.String resourceName)
          Returns an URL for a specified web resource located in a specified deployable object.
static java.lang.String WDURLGenerator.getWebResourceURL(java.lang.String objectName)
          Returns an URL that points to the root of the public resources of the specified deployable object.
static java.lang.String WDURLGenerator.getWebResourceURL(WDDeployableObjectPart deployableObjectPart, java.lang.String resourceName)
          Returns an URL for a specified web resource of a specified deployable object part.
static java.lang.String WDURLGenerator.getWebResourceURL(WDDeployableObjectPart deployableObjectPart)
          Returns an URL pointing to the root of the specified deployable object part.
static java.lang.String WDURLGenerator.getAbsoluteWebResourceURL(java.lang.String objectName, java.lang.String resourceName)
          Returns an absolute URL for a specified web resource located in a specified deployable object.
static java.lang.String WDURLGenerator.getAbsoluteWebResourceURL(java.lang.String objectName)
          Returns an absolute URL that points to the root of the public resources of the specified deployable object.
static java.lang.String WDURLGenerator.getAbsoluteWebResourceURL(WDDeployableObjectPart deployableObjectPart)
          Returns an absolute URL pointing to the root of the specified deployable object part.
static java.lang.String WDURLGenerator.getAbsoluteWebResourceURL(WDDeployableObjectPart deployableObjectPart, java.lang.String resourceName)
          Returns an absolute URL for a specified web resource of a specified deployable object part.
static java.lang.String WDURLGenerator.getApplicationURL(WDDeployableObjectPart deployableObjectPart)
          Return is the application URL to the deployable object part supplied as input parameter.
static java.lang.String WDURLGenerator.getApplicationURL(java.lang.String deployableObjectName, java.lang.String applicationPartName)
          Return is the application URL to the deployable object part supplied as input parameter.
static java.lang.String WDURLGenerator.getDynamicApplicationURL(java.lang.String deployableObjectName, java.lang.String applicationPartName)
          Return is the dynamic part of the application URL for the application specified by applicationPartName and the deployable object deployableObjectName.
static java.lang.String WDURLGenerator.getDynamicApplicationURL(WDDeployableObjectPart deployableObjectPart)
          Return is the dynamic part of the application URL for the application part specified by deployableObjectPart.
static java.lang.String WDURLGenerator.getWorkloadBalancedApplicationURL(WDDeployableObjectPart deployableObjectPart)
          Return is the application URL of the application deployable object part supplied as input parameter.
static java.lang.String WDURLGenerator.getWorkloadBalancedApplicationURL(java.lang.String deployableObjectName, java.lang.String applicationPartName)
          Return is the application URL of the application deployable object part supplied as input parameter.
static java.lang.String WDURLGenerator.getApplicationURL(WDDeployableObjectPart deployableObjectPart, java.util.Map urlParameters)
          Return is the application URL for the specified deployableObjectPart with appended URL parameters given by urlParameters.
static java.lang.String WDURLGenerator.getApplicationURL(java.lang.String objectName, java.lang.String partName, java.util.Map urlParameters)
          Return is the application URL for the specified deployable object part with appended URL parameters given by urlParameters.
static java.lang.String WDURLGenerator.getWorkloadBalancedApplicationURL(WDDeployableObjectPart deployableObjectPart, java.util.Map urlParameters)
          Return is the workload balanced application URL for the specified deployableObjectPart with appended URL parameters given by urlParameters.
static java.lang.String WDURLGenerator.getWorkloadBalancedApplicationURL(java.lang.String objectName, java.lang.String partName, java.util.Map urlParameters)
          Return is the workload balanced application URL for the specified deployable object part with appended URL parameters given by urlParameters.
 java.lang.String IWDWebResource.getURL()
          Return is the URL that points to the web resource specified by this IWebResource object.
 java.lang.String IWDWebResource.getAbsoluteURL()
          Return is the absoluteURL (containing protocol specification) that points to the web resource specified by this IWebResource object.
 


Web Dynpro API Documentation

Copyright © 2004 SAP AG. Automatically generated Thu Mar 3 2005, 22:15