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$ $Date$
- Author:
- Werner Punz (latest modification by $Author$)
- See Also:
- Serialized Form
PostConstructCustomScopeEvent
public PostConstructCustomScopeEvent(ScopeContext source)
getContext
public ScopeContext getContext()
- Returns:
- the source as scope context representation for this event
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.