| Package | Description | 
|---|---|
| javax.faces.application | APIs that are used to link an application's
business logic objects to JavaServer Faces, as well as convenient
pluggable mechanisms to manage the execution of an application that is
based on JavaServer Faces. | 
| javax.servlet.jsp | Classes and interfaces for the Core JSP 2.3 API. | 
| Modifier and Type | Method and Description | 
|---|---|
| ELContextListener[] | ApplicationWrapper. getELContextListeners()The default behavior of this method
 is to call  | 
| ELContextListener[] | Application. getELContextListeners()If no calls have been made to  Application.addELContextListener(javax.el.ELContextListener),
 this method must return an empty array. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ApplicationWrapper. addELContextListener(ELContextListener listener)The default behavior of this method
 is to call  | 
| void | Application. addELContextListener(ELContextListener listener)Provide a way for Faces applications to register an
  ELContextListenerthat will be notified on creation
 ofELContextinstances. | 
| void | ApplicationWrapper. removeELContextListener(ELContextListener listener)The default behavior of this method
 is to call  | 
| void | Application. removeELContextListener(ELContextListener listener)Remove the argument  listenerfrom the list ofELContextListeners. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | JspApplicationContext. addELContextListener(ELContextListener listener)Registers a  ELContextListeners so that context objects
 can be added whenever a newELContextis created. | 
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.