javax.el
类 ELContextEvent
java.lang.Object
java.util.EventObject
javax.el.ELContextEvent
- 所有已实现的接口:
- 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.
- 从以下版本开始:
- JSP 2.1
- 另请参见:
ELContext,
ELContextListener,
序列化表格
|
构造方法摘要 |
ELContextEvent(ELContext source)
Constructs an ELContextEvent object to indicate that an
ELContext has been created. |
ELContextEvent
public ELContextEvent(ELContext source)
- Constructs an ELContextEvent object to indicate that an
ELContext has been created.
- 参数:
source - the ELContext that was created.
getELContext
public ELContext getELContext()
- Returns the
ELContext that was created.
This is a type-safe equivalent of the EventObject.getSource() method.
- 返回:
- the ELContext that was created.
Copyright © 2013. All Rights Reserved.