-
Available since OmniFaces 1.6
Utility class for simplifying some web related tasks that use JNDI under the hood, such as getting the <env-entry>
from web.xml
.
Note that the Faces spec defines one parameter that can optionally be defined via an env entry instead of the typical context/init parameter; ProjectStage.PROJECT_STAGE_JNDI_NAME
. Mojarra defines an additional proprietary one: "java:comp/env/ClientStateSavingPassword".
Feature request
If you know more useful methods/functions which you think should be added to this OmniFaces utility class so that everyone can benefit from a "standard" Faces utility library, feel free to post a feature request.
Documentation & Sources