Package org.mortbay.jetty.webapp

Examples of org.mortbay.jetty.webapp.TagLibConfiguration


        this.name = name;
        TaskLog.log("\nConfiguring Jetty for web application: " + name);

        this.configurations = new Configuration[] { new WebInfConfiguration(),
                new EnvConfiguration(), new JettyWebAppConfiguration(), new JettyWebXmlConfiguration(),
                new TagLibConfiguration() };
    }
View Full Code Here

TOP

Related Classes of org.mortbay.jetty.webapp.TagLibConfiguration

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.