|
Web-4-All v3.00 Plug-in API Specification | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface that defines the API for the Web4All preferences loader module.
| Field Summary | |
static java.lang.String |
preferencesMediaInitializedQueryKey
|
| Method Summary | |
java.util.Properties |
getPrefsLoadedProperties()
Allows a client of the preferences loader to retrieve a preferences-loaded property. |
void |
savePrefs(org.w3c.dom.Document doc)
Allows a client of the preferences loader to pass it a XML Document to write the preferences to some storage medium. |
void |
shutdown()
Gracefully clean everything up, and exit the JVM. |
void |
startup()
Allows an instance of a preference loader to initialize itself. |
| Field Detail |
public static final java.lang.String preferencesMediaInitializedQueryKey
| Method Detail |
public void startup()
public void savePrefs(org.w3c.dom.Document doc)
doc - The data (XML Document) to write (save).public java.util.Properties getPrefsLoadedProperties()
public void shutdown()
|
Web-4-All v3.00 Plug-in API Specification | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||