Examples of NamingBuilderCollection


Examples of org.apache.geronimo.j2ee.deployment.NamingBuilderCollection

*/
public class BasicTest extends TestCase {
   
    public void testMyFacesModuleBuilderExtension() throws Exception {
        GBeanInfo gBeanInfo = MyFacesModuleBuilderExtension.getGBeanInfo();
        MyFacesModuleBuilderExtension instance = new MyFacesModuleBuilderExtension(null, null, new NamingBuilderCollection(Collections.EMPTY_SET));
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.