History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: PSL-316
Type: New Feature New Feature
Status: Open Open
Priority: Major Major
Assignee: Jens Halm
Reporter: Jens Halm
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Parsley Core

Add Event hooks for ScopeExtensions

Created: 19/Dec/09 04:11 PM   Updated: 22/Jul/10 03:35 PM
Component/s: Core IOC Container
Affects Version/s: None
Fix Version/s: None


 Description  « Hide
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)

 All   Comments   Change History      Sort Order:
There are no comments yet on this issue.