Class ViewScopeAutoConfiguration
- java.lang.Object
 - 
- org.joinfaces.autoconfigure.viewscope.ViewScopeAutoConfiguration
 
 
- 
@Configuration(proxyBeanMethods=false) @ConditionalOnWebApplication @ConditionalOnClass({javax.faces.context.FacesContext.class,javax.faces.component.UIViewRoot.class}) public class ViewScopeAutoConfiguration extends java.lang.ObjectAnAutoConfigurationwhich registers theViewScopescope. 
- 
- 
Constructor Summary
Constructors Constructor Description ViewScopeAutoConfiguration() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.springframework.beans.factory.config.CustomScopeConfigurerviewScopeConfigurer() 
 -