Package javax.faces.component.html

Examples of javax.faces.component.html.HtmlBody


    }

    @Override
    protected UIComponent createComponentToTest()
    {
        return new HtmlBody();
    }
View Full Code Here


        }
       
        Assert.assertEquals(1, linksFound);
        Assert.assertEquals(1, scriptsFound);
       
        HtmlBody body = (HtmlBody) root.findComponent("idBody");
        Assert.assertNotNull(body);

        UIForm form = (UIForm) root.findComponent("myForm");
        Assert.assertNotNull(form);
View Full Code Here

TOP

Related Classes of javax.faces.component.html.HtmlBody

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.