|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
ApplicationContext
to make the context available statically
to objects which, for whatever reason, cannot be wired up in Spring (for example, logging appenders which must be
defined in XML or properties files used to initialize the logging system).Appender
implementation which delegates the actual appending to a named bean contained in a Spring
ApplicationContext
.ILoggingEvent
s.
ApplicationContext
set when Spring created and initialized the holder bean.
ApplicationContext
has been set and that it has been refreshed.
ILoggingEvent
instances.ApplicationContext
has been refreshed.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |