it.eng.spago.jbi.init
Class JBIInitializer

java.lang.Object
  extended by it.eng.spago.jbi.init.JBIInitializer

public class JBIInitializer
extends java.lang.Object

Initializes the Content Management System using some configuration parameters. The class is called from Spago Framework during the Application Start-Up. Creates the repository and all objects necessary for using it within SòagoCms


Constructor Summary
JBIInitializer()
           
 
Method Summary
 SourceBean getConfig()
          return the SourceBean which contains the configuration of the repository.
 void init(SourceBean config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JBIInitializer

public JBIInitializer()
Method Detail

init

public void init(SourceBean config)

getConfig

public SourceBean getConfig()
return the SourceBean which contains the configuration of the repository.