Package org.eclipse.jetty.osgi.boot.jasper

Examples of org.eclipse.jetty.osgi.boot.jasper.ContainerTldBundleDiscoverer


        System.setProperty("org.apache.jasper.compiler.disablejsr199", Boolean.TRUE.toString());
       
        //set up some classes that will look for bundles with tlds that must be converted
        //to urls and treated as if they are on the Jetty container's classpath so that
        //jasper can deal with them
        ServerInstanceWrapper.addContainerTldBundleDiscoverer(new ContainerTldBundleDiscoverer());     
    }
View Full Code Here

TOP

Related Classes of org.eclipse.jetty.osgi.boot.jasper.ContainerTldBundleDiscoverer

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.