52535455565758
/** * Constructor. Adds an {@link YFacesELContextListener}. */ public YFacesApplication() { this.addELContextListener(new YFacesELContextListener()); }