|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.service.init.AppInit
public final class AppInit
This class initializes all the application services
Method Summary | |
---|---|
static java.lang.String |
getLoadingFailureCause()
Returns the cause of the startup failure |
static java.lang.String |
getLoadingFailureDetails()
Returns details of the startup failure |
static void |
initServices(java.lang.String strConfPath)
Initializes all the application services |
static void |
initServices(java.lang.String strConfPath,
java.lang.String strRealPath)
Initializes all the application services |
static boolean |
isWebappSuccessfullyLoaded()
Tells if Lutece Startup was successful |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void initServices(java.lang.String strConfPath)
strConfPath
- The relative path to the config filespublic static void initServices(java.lang.String strConfPath, java.lang.String strRealPath)
strConfPath
- The relative path to the config filesstrRealPath
- The real path to the config filespublic static boolean isWebappSuccessfullyLoaded()
public static java.lang.String getLoadingFailureCause()
public static java.lang.String getLoadingFailureDetails()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |