
|
If you were logged in you would be able to see more operations.
|
|
|
|
The associated Scope instance should be passed to each ScopeExtensionFactory and support the following Events:
RegistryLifecycleEvent.PRE_PROCESS (fires before any definition was added to the registry)
RegistryLifecycleEvent.POST_PROCESS (fires after definition builders have been processed, but before registry is frozen)
ContextLifecycleEvent.PRE_INIT (fires before the Context initializes its non-lazy singletons)
ContextLifecycleEvent.POST_INIT (fires after non-lazy singletons have been initialized and the Context is ready)
ContextLifecycleEvent.PRE_DESTROY (fires when the Context gets destroyed but before the destroy methods of objects are invoked)
ContextLifecycleEvent.POST_DESTROY (fires when the Context gets destroyed, after the destroy methods of objects are invoked)
|
|
Description
|
The associated Scope instance should be passed to each ScopeExtensionFactory and support the following Events:
RegistryLifecycleEvent.PRE_PROCESS (fires before any definition was added to the registry)
RegistryLifecycleEvent.POST_PROCESS (fires after definition builders have been processed, but before registry is frozen)
ContextLifecycleEvent.PRE_INIT (fires before the Context initializes its non-lazy singletons)
ContextLifecycleEvent.POST_INIT (fires after non-lazy singletons have been initialized and the Context is ready)
ContextLifecycleEvent.PRE_DESTROY (fires when the Context gets destroyed but before the destroy methods of objects are invoked)
ContextLifecycleEvent.POST_DESTROY (fires when the Context gets destroyed, after the destroy methods of objects are invoked) |
Show » |
| There are no comments yet on this issue.
|
|