Package | Description |
---|---|
javax.faces.application | |
javax.servlet.jsp |
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 © 2019 Eclipse Foundation.
Use is subject to license terms.