|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.norther.tammi.root.locale.util.DictionaryInitializer
public class DictionaryInitializer
A connection initializer loading localized dictionary classes.
| Constructor Summary | |
|---|---|
DictionaryInitializer()
Constructs a new initializer. |
|
| Method Summary | |
|---|---|
protected Class |
getBaseClass()
Gets the class to apply as the base class for localized resource bundles. |
void |
initialize(Persister persister,
VariableRegistry registry,
LoaderMBean loader,
String alias)
Initializes a database connection. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DictionaryInitializer()
| Method Detail |
|---|
public void initialize(Persister persister,
VariableRegistry registry,
LoaderMBean loader,
String alias)
throws Exception
InitializerNote that the initializer needs not to close the persister.
initialize in interface Initializerpersister - the persister of the connection.registry - the variable registry.loader - the MBean loader.alias - the connection alias.
Exception - on initialization errors.protected Class getBaseClass()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||