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 SummaryConstructors Constructor Description ViewScopeAutoConfiguration()
 - 
Method SummaryAll 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() 
 
- 
 
-