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
ELContextListener that will be notified on creation
of ELContext instances. |
void |
ApplicationWrapper.removeELContextListener(ELContextListener listener)
The default behavior of this method
is to call |
void |
Application.removeELContextListener(ELContextListener listener)
Remove the argument
listener from the list of
ELContextListener s. |
Modifier and Type | Method and Description |
---|---|
void |
JspApplicationContext.addELContextListener(ELContextListener listener)
Registers a
ELContextListener s so that context objects
can be added whenever a new ELContext is created. |
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.