it.eng.spagobi.init
Class TreeInitializer
java.lang.Object
it.eng.spagobi.init.TreeInitializer
- All Implemented Interfaces:
- it.eng.spago.init.InitializerIFace
public class TreeInitializer
- extends java.lang.Object
- implements it.eng.spago.init.InitializerIFace
This class initialize the functionalities tree
using some configuration parameters.
The class is called from Spago Framework during the
Application Start-Up.
Field Summary |
private it.eng.spago.base.SourceBean |
_config
|
Method Summary |
it.eng.spago.base.SourceBean |
getConfig()
|
void |
init(it.eng.spago.base.SourceBean config)
Create and initialize all the repositories defined
in the configuration SourceBean, the method is called automatically
from Spago Framework at application start up
if the Spago initializers.xml file is configured |
private void |
initialize()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_config
private it.eng.spago.base.SourceBean _config
TreeInitializer
public TreeInitializer()
init
public void init(it.eng.spago.base.SourceBean config)
- Create and initialize all the repositories defined
in the configuration SourceBean, the method is called automatically
from Spago Framework at application start up
if the Spago initializers.xml file is configured
- Specified by:
init
in interface it.eng.spago.init.InitializerIFace
- Parameters:
config,
- SourceBean containing parameters configuration
for each repository to create
getConfig
public it.eng.spago.base.SourceBean getConfig()
- Specified by:
getConfig
in interface it.eng.spago.init.InitializerIFace
initialize
private void initialize()