EL is registered with the JSF in faces-config.xml if there exist a faces-config.xml in the application location WEB-INF/
. Otherwise it is registered with JspApplicationContext at start-up.
All @Dependent
scoped contextual instances created during an EL expression evaluation are destroyed when the evaluation completes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|