- All Superinterfaces:
EventListener
The listener interface for receiving notification when an
ELContext
is created.- Since:
- Jakarta Server Pages 2.1
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Invoked when a newELContext
has been created.
-
Method Details
-
contextCreated
Invoked when a newELContext
has been created.- Parameters:
ece
- the notification event.
-