Package com.sun.faces.generate

Examples of com.sun.faces.generate.PropertyManager


    // ---------------------------------------------------------- Public Methods


    public void execute() throws BuildException {

        PropertyManager manager = PropertyManager.newInstance(generatorConfig);
        String jspVersion =
              manager.getProperty(PropertyManager.JSP_VERSION_PROPERTY);

        if ("2.1".equals(jspVersion)) {
            setGeneratorClass(GENERATOR_21_CLASS);
        } else if ("1.2".equals(jspVersion)) {
            setGeneratorClass(GENERATOR_12_CLASS);
View Full Code Here

TOP

Related Classes of com.sun.faces.generate.PropertyManager

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.