Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

oracle.apps.fnd.applcore.common.biPrefs
Interface ConfigurationProvider

All Known Implementing Classes:
TextConfigProviderImpl

public interface ConfigurationProvider

This is meant to be a simple interface which can delegate to a property file or other means of actually storing configuration. The named properties ATG will want to search for should be standardized. If there is a more standard interface which can be used (e.g. ResourceBundle?) then that may also be used instead of such an interface.


Method Summary
 java.lang.String getProperty(java.lang.String name)
          This will return the ApplSession Service url given a
 

Method Detail

getProperty

java.lang.String getProperty(java.lang.String name)
This will return the ApplSession Service url given a

Parameters:
name -
Returns:

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.