Class JsfScopeAnnotationsAutoConfiguration


  • @Configuration(proxyBeanMethods=false)
    @ConditionalOnClass(javax.faces.bean.RequestScoped.class)
    @ConditionalOnWebApplication(type=SERVLET)
    public class JsfScopeAnnotationsAutoConfiguration
    extends java.lang.Object
    Auto configuration for javax.faces.bean.*Scoped annotations support.
    • Constructor Detail

      • JsfScopeAnnotationsAutoConfiguration

        public JsfScopeAnnotationsAutoConfiguration()
    • Method Detail

      • jsfScopeAnnotationsConfigurer

        @Bean
        @ConditionalOnProperty(value="joinfaces.scope-configurer.jsf.enabled",
                               havingValue="true",
                               matchIfMissing=true)
        public static CustomScopeAnnotationConfigurer jsfScopeAnnotationsConfigurer​(org.springframework.core.env.Environment environment)