FileDocCategorySizeDatePackage
ELContextEvent.javaAPI DocApache Tomcat 6.0.141165Fri Jul 20 04:20:36 BST 2007javax.el

ELContextEvent

public class ELContextEvent extends EventObject

Fields Summary
Constructors Summary
public ELContextEvent(ELContext source)

param
source

        super(source);
    
Methods Summary
public javax.el.ELContextgetELContext()

        return (ELContext) this.getSource();