See: Description
Interface | Description |
---|---|
ADFPreferencesConfig |
Prefecernce Utility configuration interface.
|
Class | Description |
---|---|
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.
|
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.