|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spago.cms.init.CMSInitializer
public class CMSInitializer
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 | |
---|---|
CMSInitializer()
|
Method Summary | |
---|---|
SourceBean |
getConfig()
return the SourceBean which contains the configuration of the repository. |
void |
init(SourceBean config)
Creates and initializes all the repositories defined in the configuration SourceBean. |
void |
setUp()
Creates and initializes all the repositories defined into the configuration SourceBean. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CMSInitializer()
Method Detail |
---|
public void init(SourceBean config)
config,
- SourceBean containing configuration parameters
for each repository to createpublic void setUp()
public SourceBean getConfig()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |