Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 1 (11.1.1.4.0)

E10686-05

Package oracle.adf.share.prefs.config

This package contains the ADFPreferences Config classes.

See:
          Description

Interface Summary
ADFPreferencesConfig Prefecernce Utility configuration interface.
 

Class Summary
ADFPreferencesAdfConfig Preferences Utility Config class for ADF based application usage.
ADFPreferencesSimpleConfig Preferences Utility Config class for simple usage, where the developer is responsible for creating their own MDSInstance object, as opposed to the MDSInstance being pulled from the ADFContext object as may occur in an ADF wEB Application environment.
 

Package oracle.adf.share.prefs.config Description

This package contains the ADFPreferences Config classes. The interface class ADFPreferencesConfig is used by the ADFPreferencesFactory class in order to access the MDS Instance. The MDS repository associated with this instance object is where the preferences will be stored and made available from.

There are two classes implementing the ADFPreferencesConfig object:

ADFPreferencesSimpleConfig - which is constructed through the user passing in the MDSInstance they wish associating with their preference usages. It is expected that this class will be used by consumers wishing to leverage the ADFPreferences utility outside of the scope of an ADF Web Application.

ADFPreferencesAdfConfig - which is the class used by the ADFPreferencesFactory class's empty constructor, whose MDS instance is returned directly from the ADF Context object associated with the ADF Web Application within which the ADFPreferences classes are being used. It is not expected that users will ever need to create this second class as it is used by defaulted should no argument be passed to the ADFPreferencesFactory constructor.


Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 1 (11.1.1.4.0)

E10686-05

Copyright © 1997, 2011, Oracle. All rights reserved.