javax.faces.event
Class PostConstructCustomScopeEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.faces.event.SystemEvent
          extended by 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

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
PostConstructCustomScopeEvent(ScopeContext source)
           
 
Method Summary
 ScopeContext getContext()
           
 
Methods inherited from class javax.faces.event.SystemEvent
isAppropriateListener, processListener
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PostConstructCustomScopeEvent

public PostConstructCustomScopeEvent(ScopeContext source)
Method Detail

getContext

public ScopeContext getContext()
Returns:
the source as scope context representation for this event


Copyright © 2014 The Apache Software Foundation. All Rights Reserved.