Package org.apache.wink.jcdi.server.internal.extension

Examples of org.apache.wink.jcdi.server.internal.extension.JCDIDeploymentConfiguration


            // use ClassUtils.loadClass instead of Class.forName so we have
            // classloader visibility into the Web module in J2EE environments
            Class<?> confClass = ClassUtils.loadClass(initParameter);
            return (DeploymentConfiguration)confClass.newInstance();
        }
        return new JCDIDeploymentConfiguration();
    }
View Full Code Here

TOP

Related Classes of org.apache.wink.jcdi.server.internal.extension.JCDIDeploymentConfiguration

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.