.getFactory(FactoryFinder.APPLICATION_FACTORY);
application = appFactory.getApplication();
application.addELContextListener(this);
try {
richFacesHelper = new RichFacesHelper();
RICHFACES_ENABLED = true;
} catch (NoClassDefFoundError e) {
// Do nothing, no Richfaces classes available.
richFacesHelper = null;
RICHFACES_ENABLED = false;