@Configuration @ConditionalOnClass(value=javax.faces.bean.RequestScoped.class) @ConditionalOnWebApplication(type=SERVLET) public class JsfScopeAnnotationsAutoConfiguration extends Object
Auto configuration
for javax.faces.bean.*Scoped annotations support.| Constructor and Description |
|---|
JsfScopeAnnotationsAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static CustomScopeAnnotationConfigurer |
jsfScopeAnnotationsConfigurer(org.springframework.core.env.Environment environment) |
public JsfScopeAnnotationsAutoConfiguration()
@Bean
@ConditionalOnProperty(value="jsf.scope-configurer.jsf.enabled",
havingValue="true",
matchIfMissing=true)
public static CustomScopeAnnotationConfigurer jsfScopeAnnotationsConfigurer(org.springframework.core.env.Environment environment)
Copyright © 2016–2018 JoinFaces. All rights reserved.