ELContextEvent (Java EE 5 SDK)

Java

Java EE 5 SDK

深圳电信培训中心.徐海蛟老师.


javax.el Class ELContextEvent

java.lang.Object
  extended by java.util.EventObject
      extended by 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, Serialized Form

字段摘要
 
Fields inherited from class java.util.EventObject
source
 
构造器摘要
ELContextEvent(ELContext source)
          Constructs an ELContextEvent object to indicate that an ELContext has been created.
 
方法摘要
 ELContext getELContext()
          Returns the ELContext that was created.
 
类方法继承 java.util.EventObject
getSource, toString
 
类方法继承 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造器详细信息

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.

Java EE 5 SDK

深圳电信培训中心.徐海蛟老师.


提交错误或意见

版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。深圳电信培训中心.徐海蛟老师教学参考.