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
- See Also:
- Serialized Form
PreDestroyCustomScopeEvent
public PreDestroyCustomScopeEvent(ScopeContext source)
getContext
public ScopeContext getContext()
- Returns:
- the source as scope context representation for this event
Copyright © 2015 The Apache Software Foundation. All rights reserved.