|
Web Dynpro API Documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WDInvalidConfigParameterException | |
| 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. |
| Uses of WDInvalidConfigParameterException in com.sap.tc.webdynpro.services.sal.config.api |
| Methods in com.sap.tc.webdynpro.services.sal.config.api that throw WDInvalidConfigParameterException | |
java.lang.String |
IWDConfiguration.getStringEntry(java.lang.String key)
Gets configuration entry of type string by key. |
java.lang.String[] |
IWDConfiguration.getStringEntries(java.lang.String key)
Gets configuration entry of type multiple strings by key. |
java.util.Date |
IWDConfiguration.getDateEntry(java.lang.String key)
Gets configuration entry of type date by key. |
java.util.Date[] |
IWDConfiguration.getDateEntries(java.lang.String key)
Gets configuration entry of type multiple dates by key. |
int |
IWDConfiguration.getIntEntry(java.lang.String key)
Gets configuration entry of type int by key. |
int[] |
IWDConfiguration.getIntEntries(java.lang.String key)
Gets configuration entry of type multiple ints by key. |
long |
IWDConfiguration.getLongEntry(java.lang.String key)
Gets configuration entry of type long by key. |
long[] |
IWDConfiguration.getLongEntries(java.lang.String key)
Gets configuration entry of type multiple longs by key. |
boolean |
IWDConfiguration.getBooleanEntry(java.lang.String key)
Gets configuration entry of type boolean by key. |
boolean[] |
IWDConfiguration.getBooleanEntries(java.lang.String key)
Gets configuration entry of type multiple booleans by key. |
|
Web Dynpro API Documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||