javax.faces.event
Class PostConstructCustomScopeEvent
java.lang.Object
java.util.EventObject
javax.faces.event.SystemEvent
javax.faces.event.PostConstructCustomScopeEvent
- All Implemented Interfaces:
- Serializable
public class PostConstructCustomScopeEvent
- extends SystemEvent
A system event which is dispatched after the construction
of a custom scope
- Since:
- 2.0
- Version:
- $Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $
- Author:
- Werner Punz (latest modification by $Author: bommel $)
- See Also:
- Serialized Form
PostConstructCustomScopeEvent
public PostConstructCustomScopeEvent(ScopeContext source)
getContext
public ScopeContext getContext()
- Returns:
- the source as scope context representation for this event
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.