public final class AppInit extends Object
| Modifier and Type | Method and Description |
|---|---|
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
|
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()
Copyright © 2020 City of Paris. All rights reserved.