Web Dynpro API Documentation

Uses of Class
com.sap.tc.webdynpro.services.sal.deployment.api.WDDeployableObjectPart

Packages that use WDDeployableObjectPart
com.sap.tc.webdynpro.progmodel.api Contains interfaces and classes that form the core programming model for Web Dynpro applications. 
com.sap.tc.webdynpro.services.sal.config.api The com.sap.tc.webdynpro.services.sal.config.api package contains application visible interfaces for the configuration service and its corresponding factory. 
com.sap.tc.webdynpro.services.sal.deployment.api The com.sap.tc.webdynpro.services.sal.deployment.api package contains application visible interfaces for the deployment service and its corresponding factory. 
com.sap.tc.webdynpro.services.sal.um.api The com.sap.tc.webdynpro.services.sal.um.api package contains application visible interfaces for the user management service and its corresponding factory. 
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 WDDeployableObjectPart in com.sap.tc.webdynpro.progmodel.api
 

Methods in com.sap.tc.webdynpro.progmodel.api that return WDDeployableObjectPart
 WDDeployableObjectPart IWDApplication.getDeployableObjectPart()
          Returns the deployable object part of this application.
 WDDeployableObjectPart IWDComponent.getDeployableObjectPart()
          Returns the deployable object part of this component.
 

Uses of WDDeployableObjectPart in com.sap.tc.webdynpro.services.sal.config.api
 

Methods in com.sap.tc.webdynpro.services.sal.config.api with parameters of type WDDeployableObjectPart
static IWDConfiguration WDConfiguration.getConfiguration(WDDeployableObjectPart deployableObjectPart)
          Returns the configuration object named .properties for the specified deployable object part if existing.
static IWDConfiguration WDConfiguration.getConfigurationByName(WDDeployableObjectPart deployableObjectPart, java.lang.String configName)
          Returns the configuration specified by configName.
 

Uses of WDDeployableObjectPart in com.sap.tc.webdynpro.services.sal.deployment.api
 

Methods in com.sap.tc.webdynpro.services.sal.deployment.api that return WDDeployableObjectPart
static WDDeployableObjectPart WDDeployableObject.getDeployableObjectPart(java.lang.String objectName, java.lang.String partName, WDDeployableObjectPartType partType)
          Returns a deployable object part description for the specified object part.
 WDDeployableObjectPart[] IWDDeployableObject.getParts()
          Returns the IWDDeployableObjectPart instances located in the deployable object.
 WDDeployableObjectPart[] IWDDeployableObject.getParts(WDDeployableObjectPartType partType)
          Returns the IWDDeployableObjectPart instances located in the deployable object with the specified part type.
 WDDeployableObjectPart IWDDeployableObject.resolveAlias(java.lang.String alias)
          Resolves the specified alias and return the referenced deployable object part.
 WDDeployableObjectPart IWDDeployableObject.resolveAlias(WDDeployableObjectPart part, java.lang.String alias)
          Resolves the specified alias on the level of the deployable object part contained within the current deployable object and return the referenced deployable object part.
 WDDeployableObjectPart WDDeployableObjectPart.resolveAlias(java.lang.String alias)
          Resolves the specified alias.
 

Methods in com.sap.tc.webdynpro.services.sal.deployment.api with parameters of type WDDeployableObjectPart
 WDDeployableObjectPart IWDDeployableObject.resolveAlias(WDDeployableObjectPart part, java.lang.String alias)
          Resolves the specified alias on the level of the deployable object part contained within the current deployable object and return the referenced deployable object part.
 

Uses of WDDeployableObjectPart in com.sap.tc.webdynpro.services.sal.um.api
 

Methods in com.sap.tc.webdynpro.services.sal.um.api with parameters of type WDDeployableObjectPart
static boolean WDClientUser.checkAuthentication(WDDeployableObjectPart applicationPart)
          This method checks the configuration whether authentication is required.
static boolean WDClientUser.isAuthenticationRequired(WDDeployableObjectPart applicationPart)
          Return is true if the authentication flag is set for the application specified as input parameter.
 

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

Methods in com.sap.tc.webdynpro.services.sal.url.api that return WDDeployableObjectPart
 WDDeployableObjectPart IWDWebResource.getDeployableObjectPart()
          Return is the deployable object part to which the web resource belongs.
 

Methods in com.sap.tc.webdynpro.services.sal.url.api with parameters of type WDDeployableObjectPart
static IWDWebResource WDWebResource.getWebResource(WDDeployableObjectPart deployableObjectPart)
          Return is the IWDWebResource object that represents a Web Dynpro application, i.e.
static IWDWebResource WDWebResource.getWebResource(WDDeployableObjectPart deployableObjectPart, WDWebResourceType resourceType, java.lang.String resourceName)
          Return is the IWDWebResource object that represents the specified web resource.
static IWDCachedWebResource WDWebResource.getPublicCachedWebResource(byte[] webResource, WDWebResourceType resourceType, WDScopeType scopeType, WDDeployableObjectPart deployableObjectpart, java.lang.String key)
          returns a IWDCachedWebResource, which is saved directly to the WDDeployableObject directory.
static IWDCachedWebResource WDWebResource.getPublicCachedWebResource(java.io.InputStream webResource, WDWebResourceType resourceType, WDScopeType scopeType, WDDeployableObjectPart deployableObjectpart, java.lang.String key)
          returns a IWDCachedWebResource, which is saved directly to the WDDeployableObject directory.
 java.lang.String IWDURLGenerator.getPublicResourcePath(WDDeployableObjectPart part, java.lang.String resourceName)
           
 java.lang.String IWDURLGenerator.getResourcePath(WDDeployableObjectPart deployableObjectPart)
           
 java.lang.String IWDURLGenerator.getResourcePath(WDDeployableObjectPart deployableObjectPart, java.lang.String resourceName)
           
 java.lang.String IWDURLGenerator.getWebResourcePath(WDDeployableObjectPart deployableObjectPart)
           
 java.lang.String IWDURLGenerator.getWebResourceURL(WDDeployableObjectPart deployableObjectPart, java.lang.String resourceName)
           
 java.lang.String IWDURLGenerator.getWebResourceURL(WDDeployableObjectPart deployableObjectPart)
           
 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.getDynamicApplicationURL(WDDeployableObjectPart deployableObjectPart)
           
 java.lang.String IWDURLGenerator.getWorkloadBalancedApplicationURL(WDDeployableObjectPart deployableObjectPart)
           
 java.lang.String IWDURLGenerator.getApplicationURL(WDDeployableObjectPart deployableObjectPart, java.util.Map urlParameters)
           
 java.lang.String IWDURLGenerator.getWorkloadBalancedApplicationURL(WDDeployableObjectPart deployableObjectPart, java.util.Map urlParameters)
           
static java.lang.String WDURLGenerator.getPublicResourcePath(WDDeployableObjectPart part, java.lang.String resourceName)
          Returns the file system path to the resource specified by resourceName that is expected to be in the "public" directory of the deployable object part specified b< part.
static java.lang.String WDURLGenerator.getResourcePath(WDDeployableObjectPart deployableObjectPart)
          Returns the real public resource path of a specified deployable object part.
static java.lang.String WDURLGenerator.getResourcePath(WDDeployableObjectPart deployableObjectPart, java.lang.String resourceName)
          Returns the real public resource path of a specified deployable object part.
static java.lang.String WDURLGenerator.getWebResourcePath(WDDeployableObjectPart deployableObjectPart)
          Returns the used web resource path of a specified deployable object part.
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(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.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.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.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.
 


Web Dynpro API Documentation

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