javax.el
Class ELContextEvent
java.lang.Object
   java.util.EventObject
java.util.EventObject
       javax.el.ELContextEvent
javax.el.ELContextEvent
- All Implemented Interfaces: 
- Serializable
- public class ELContextEvent 
- extends EventObject
An event which indicates that an ELContext has been created.
 The source object is the ELContext that was created.
- Since:
- JSP 2.1
- See Also:
- ELContext,- ELContextListener, 
Serialized Form
 
 
| Constructor Summary | 
| ELContextEvent(ELContext source)Constructs an ELContextEvent object to indicate that an
 ELContexthas been created. | 
 
 
 
 
ELContextEvent
public ELContextEvent(ELContext source)
- Constructs an ELContextEvent object to indicate that an 
 ELContexthas been created.
 
- Parameters:
- source- the- ELContextthat was created.
 
getELContext
public ELContext getELContext()
- Returns the ELContextthat was created.
 This is a type-safe equivalent of theEventObject.getSource()method.
 
- 
- Returns:
- the ELContext that was created.
 
Submit a bug or feature Copyright 2007 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.