Package org.jboss.seam.faces.environment

Examples of org.jboss.seam.faces.environment.FacesContextProducer


    Instance<FacesContext> facesContextInstance;

    @Test
    public void testReturnsCurrentFacesContext() {
        new MockFacesContext().set();
        Assert.assertSame(new FacesContextProducer().getFacesContext(), FacesContext.getCurrentInstance());
    }
View Full Code Here

TOP

Related Classes of org.jboss.seam.faces.environment.FacesContextProducer

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.