Package org.primefaces.config

Examples of org.primefaces.config.StartupConfigContainer


        return true;
    }

    public void processEvent(SystemEvent event) throws AbortProcessingException {
      // temp manually instantiate startup config as the default config is not available yet
      ConfigContainer config = new StartupConfigContainer(FacesContext.getCurrentInstance());
     
        logger.log(Level.INFO,
            "Running on PrimeFaces {0}",
            config.getBuildVersion());
    }
View Full Code Here

TOP

Related Classes of org.primefaces.config.StartupConfigContainer

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.