Package com.raritantechnologies.prefs

Contains classes and interfaces used to manage and persist user preferences.

See:
          Description

Interface Summary
IPreferencesHandler Generic preferences handler: works with a specific type of IConfigurable.
 

Class Summary
ChecklistElement Bean object that contains name / id / state of a user preferences checklist element.
Choice Bean object that contains name / value of a user preferences "choice".
InitPrefsUserInfoReader Loads default source map selections into userInfo and/or session data cache.
JdbcManager Contains JDBC-specific logic for the RTI prefs package.
Preference Contains information about a specific user preference: choices available, checklist elements, preference table and table column used to store preference information.
PreferencesBean Provides access to all of the preferences in a user session.
PreferencesManager Manages a set of IPreferencesHandlers.
PreferenceTable Contains information about a relational database table used to store preferences.
SavePrefs Provides a servlet which saves user preferences, first to the session's PreferencesBean, and then to the database using the JdbcManager.
SourceMapUserInfoReader Loads default source map selections into userInfo and/or session data cache.
 

Package com.raritantechnologies.prefs Description

Contains classes and interfaces used to manage and persist user preferences.