|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.bc.gov.webade.WebADEExtension
Abstract class to be extended by singleton extensions to the WebADE. These extensions register themselves with the Application class which will allow them access to the WebADE database via a connection proxy.
| Field Summary | |
static java.lang.String |
ENABLED_PREFERENCE
The WebADE preference name of the standard WebADE Extension enabled preference. |
static java.lang.String |
EXTENSION_CLASS_NAME_PREFERENCE
The WebADE preference name of the standard WebADE Extension extension-class-name preference. |
| Constructor Summary | |
WebADEExtension()
|
|
| Method Summary | |
Application |
getOwningApplication()
Returns the application singleton object that has this extension registered. |
void |
init(Preferences preferences)
Deprecated. |
abstract void |
init(WebADEPreferences preferences)
Initialises the WebADE Extension after all properties have been loaded and set from the WebADE config file. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String EXTENSION_CLASS_NAME_PREFERENCE
public static final java.lang.String ENABLED_PREFERENCE
| Constructor Detail |
public WebADEExtension()
| Method Detail |
public Application getOwningApplication()
public void init(Preferences preferences)
throws WebADEExtensionException
preferences - The set of preferences loaded for the extension.
WebADEExtensionException
public abstract void init(WebADEPreferences preferences)
throws WebADEExtensionException
preferences - The set of preferences loaded for the extension.
WebADEExtensionException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||