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
AnAutoConfiguration
which registers theViewScope
scope.
-
-
Constructor Summary
Constructors Constructor Description ViewScopeAutoConfiguration()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CustomScopeConfigurer
viewScopeConfigurer()
-
-
-
Method Detail
-
viewScopeConfigurer
@Bean @ConditionalOnProperty(value="joinfaces.view-scope.enabled", havingValue="true", matchIfMissing=true) public static CustomScopeConfigurer viewScopeConfigurer()
-
-