|
Web Dynpro API Documentation | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
com.sap.tc.webdynpro.services.sal.config.api package contains application visible
interfaces for the configuration service and its corresponding factory.
See:
Description
| Interface Summary | |
| IWDConfiguration | IWDConfiguration specifies the interface to configuration data. |
| Class Summary | |
| WDConfiguration | WDConfiguration provides static methods to access
an IWDConfiguration instance. |
| WDConfigurationConstants | This class defines constants used by the configuration service. |
| WDConfigurationException | This is the base class for all Web Dynpro configuration exceptions, which are thrown if something goes wrong when accessing/reading a Web Dynpro configuration unit. |
| WDConfigurationNotFoundException | This exception is thrown, if a specified configuration unit couldn't be loaded. |
| WDInvalidConfigParameterException | This exception is thrown, if a configuration parameter could not be found in the configuration. |
The com.sap.tc.webdynpro.services.sal.config.api package contains application visible
interfaces for the configuration service and its corresponding factory. This service provides access
to configuration information that consists of name/value pairs.
Example: The configuration service can be accessed as follows:
// let deployableObjectName the name of the deployable object; // get the default configuration defined on the level of this deployable object IWDConfiguration configuration = WDConfiguration.getConfiguration(deployableObjectName);
|
Web Dynpro API Documentation | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||