javax.faces.event
Class PreDestroyCustomScopeEvent
java.lang.Object
java.util.EventObject
javax.faces.event.SystemEvent
javax.faces.event.PreDestroyCustomScopeEvent
- All Implemented Interfaces:
- Serializable
public class PreDestroyCustomScopeEvent
- extends SystemEvent
A system event which is dispathed prior to the destruction of a custom scope
- 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
PreDestroyCustomScopeEvent
public PreDestroyCustomScopeEvent(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.