Class ViewScopeAutoConfiguration


  • @Configuration(proxyBeanMethods=false)
    @ConditionalOnWebApplication
    @ConditionalOnClass({javax.faces.context.FacesContext.class,javax.faces.component.UIViewRoot.class})
    public class ViewScopeAutoConfiguration
    extends Object
    An AutoConfiguration which registers the ViewScope scope.
    • Constructor Detail

      • ViewScopeAutoConfiguration

        public ViewScopeAutoConfiguration()
    • Method Detail

      • viewScopeConfigurer

        @Bean
        @ConditionalOnProperty(value="joinfaces.view-scope.enabled",
                               havingValue="true",
                               matchIfMissing=true)
        public static org.springframework.beans.factory.config.CustomScopeConfigurer viewScopeConfigurer()