Constructs an ELContextEvent object to indicate that an ELContext has been created.paramsource the ELContext that was created. super(source);
ELContext
super(source);
Returns the ELContext that was created. This is a type-safe equivalent of the {@link #getSource} method.returnthe ELContext that was created. return (ELContext) getSource();
return (ELContext) getSource();