Skip navigation links
Oracle Fusion Middleware Java API Reference for Oracle ADF Share
12c (12.2.1.4.0)

E81446-01

@Exported

Package oracle.adf.share.prefs.config

This package contains the ADFPreferences Config classes.

See: Description

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.

Skip navigation links
Oracle Fusion Middleware Java API Reference for Oracle ADF Share
12c (12.2.1.4.0)

E81446-01

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