com.stratelia.silverpeas.silverpeasinitialize
Class SilverpeasInitializer

java.lang.Object
  extended by com.stratelia.silverpeas.silverpeasinitialize.SilverpeasInitializer

public final class SilverpeasInitializer
extends Object


Constructor Summary
SilverpeasInitializer()
          Constructor declaration
 
Method Summary
static boolean isInitialized()
          Is the Silverpeas context already initialized?
 void startInitialize()
          Starts the Silverpeas context initialization.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SilverpeasInitializer

public SilverpeasInitializer()
Constructor declaration

See Also:
Method Detail

isInitialized

public static boolean isInitialized()
Is the Silverpeas context already initialized?

Returns:
true if the Silverpeas is initialized, false otherwise.

startInitialize

public void startInitialize()
Starts the Silverpeas context initialization. If the context is already initialized, then nothing is performed. It initializes each Silverpeas components declared as to be initialized (through their properties file located at a well-defined dedicated locations). Whatever the success of the components initialization, the Silverpeas context is marked as initialized.



Copyright © 2016 Silverpeas. All Rights Reserved.