Context is not persistent. The application context can be access using the ApplicationContextManager class.
Philippe Delrieu
Definition at line 42 of file ApplicationContext.java.
Public Member Functions | |
ApplicationContext () | |
void | addObject (String objectName, Object object) |
add the object with specified name to the context | |
void | removeObject (String objectName) |
remove the specified object name from the context | |
Object | getObject (String objectName) |
return the application context with specified name | |
String[] | getApplicationExecParameters () |
return the application arguments if initialized | |
void | setApplicationExecArguments (String[] args) |
set the application arguments |
|
add the object with specified name to the context
Definition at line 58 of file ApplicationContext.java. |
|
return the application arguments if initialized
Definition at line 93 of file ApplicationContext.java. |
|
return the application context with specified name
Definition at line 81 of file ApplicationContext.java. |
|
remove the specified object name from the context
Definition at line 69 of file ApplicationContext.java. |