Class ViewScopeAutoConfiguration
- java.lang.Object
 - 
- org.joinfaces.autoconfigure.viewscope.ViewScopeAutoConfiguration
 
 
- 
@AutoConfiguration @ConditionalOnWebApplication @ConditionalOnClass({javax.faces.context.FacesContext.class,javax.faces.component.UIViewRoot.class}) public class ViewScopeAutoConfiguration extends Object
AnAutoConfigurationwhich registers theViewScopescope. 
- 
- 
Constructor Summary
Constructors Constructor Description ViewScopeAutoConfiguration() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CustomScopeConfigurerviewScopeConfigurer() 
 - 
 
- 
- 
Method Detail
- 
viewScopeConfigurer
@Bean @ConditionalOnProperty(value="joinfaces.view-scope.enabled", havingValue="true", matchIfMissing=true) public static CustomScopeConfigurer viewScopeConfigurer()
 
 - 
 
 -