The ApplicationContext class provides the initial context of packages when a process begins, by creating transient instances of this class (along with other environmental objects such as
A transient instance of this class is automatically made available to the runtime copy of the application. To access this transient instance, use the
Changes made to the properties are retained until the application copy is terminated. (This data is therefore not available to other copies of the application.)
For details about switching between application contexts, see "
For details about the properties defined in the ApplicationContext class, see "ApplicationContext Properties", in the following subsection.
(None)