|
||||||||||
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 String |
getLoadingFailureCause()
Returns the cause of the startup failure |
static String |
getLoadingFailureDetails()
Returns details of the startup failure |
static void |
initServices(javax.servlet.ServletContext context,
String strConfPath,
String strRealPath)
Initializes all the application services |
static void |
initServices(String strConfPath)
Initializes all the application services (used for junit tests) |
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(String strConfPath)
strConfPath
- The relative path to the config filespublic static void initServices(javax.servlet.ServletContext context, String strConfPath, String strRealPath)
context
- The servlet contextstrConfPath
- The relative path to the config filesstrRealPath
- The real path to the config filespublic static boolean isWebappSuccessfullyLoaded()
public static String getLoadingFailureCause()
public static String getLoadingFailureDetails()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |