Package org.apache.tuscany.sca.plugin.web20.classpath

Examples of org.apache.tuscany.sca.plugin.web20.classpath.Web20ClasspathContainerInitializer


* @version $Rev$ $Date$
*/
public class Web20ClasspathContainerInitializer extends BaseClasspathContainerInitializer implements RuntimeClasspathContainerInitializer {
   
    public Web20ClasspathContainerInitializer() {
        super(new Web20ClasspathContainer());
    }
View Full Code Here

TOP

Related Classes of org.apache.tuscany.sca.plugin.web20.classpath.Web20ClasspathContainerInitializer

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.