|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.bc.gov.webade.j2ee.WebAppInitializationUtils
| Field Summary | |
static java.lang.String |
WEBADE_APPLICATION
The attribute name for the Application object in the
HttpSession |
static java.lang.String |
WEBADE_APPLICATION_ACRONYM
The name of the servlet context init-parameter containing the application acronym. |
static java.lang.String |
WEBADE_USER_INFO_SERVICE
The attribute name for the UserInfoService object in the
HttpSession |
| Method Summary | |
static java.lang.String |
getInitializationErrorMessage()
Returns the initialization error message when the WebADE web application initialization failed on error. |
static boolean |
hasInitializationFailed()
Returns whether the WebADE web application initialization failed on error. |
static void |
initializeWebApp(javax.servlet.ServletContext context,
java.lang.String appCode)
Initialize the WebADE web application's core settings. |
static boolean |
isWebAppInitialized()
Returns whether the WebADE web application has been initialized. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String WEBADE_APPLICATION_ACRONYM
public static final java.lang.String WEBADE_APPLICATION
Application object in the
HttpSession
public static final java.lang.String WEBADE_USER_INFO_SERVICE
UserInfoService object in the
HttpSession
| Method Detail |
public static void initializeWebApp(javax.servlet.ServletContext context,
java.lang.String appCode)
context - Servlet context to create the application singleton in.appCode - The application code used to load WebADE info for.public static boolean isWebAppInitialized()
public static boolean hasInitializationFailed()
public static java.lang.String getInitializationErrorMessage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||