Skip to content

Instantly share code, notes, and snippets.

@banterCZ
banterCZ / ViewScope.java
Created February 7, 2013 07:22
Classes needed for JSF ManagedBeans of ViewScope managed by Spring.
import javax.faces.context.FacesContext;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.ObjectFactory;
import org.springframework.beans.factory.config.Scope;
import org.springframework.web.context.request.FacesRequestAttributes;
import java.util.Map;