Class JsfScopeAnnotationsAutoConfiguration
- java.lang.Object
-
- org.joinfaces.autoconfigure.scopemapping.JsfScopeAnnotationsAutoConfiguration
-
@Configuration(proxyBeanMethods=false) @ConditionalOnClass(javax.faces.bean.RequestScoped.class) @ConditionalOnWebApplication(type=SERVLET) public class JsfScopeAnnotationsAutoConfiguration extends java.lang.Object
Auto configuration
forjavax.faces.bean.*Scoped
annotations support.
-
-
Constructor Summary
Constructors Constructor Description JsfScopeAnnotationsAutoConfiguration()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CustomScopeAnnotationConfigurer
jsfScopeAnnotationsConfigurer(org.springframework.core.env.Environment environment)
-
-
-
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)
-
-