Package org.springframework.springfaces

Examples of org.springframework.springfaces.SpringFacesIntegration


    }
    FacesContextSetter.setCurrentInstance(null);
  }

  private void setupApplicationContext(WebApplicationContext webContext) {
    SpringFacesIntegration integration = new SpringFacesIntegration();
    integration.setServletContext(mock(ServletContext.class));
    integration.setApplicationContext(webContext);
    this.applicationMap.put(SPRING_FACES_INTEGRATION_ATTRIBUTE, integration);
    this.applicationMap.put(LAST_REFRESHED_DATE_ATTRIBUTE, new Date());
  }
View Full Code Here

TOP

Related Classes of org.springframework.springfaces.SpringFacesIntegration

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.