@Configuration @ConditionalOnClass(value=javax.faces.bean.RequestScoped.class) 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 org.springframework.beans.factory.config.BeanFactoryPostProcessor |
jsfScopeAnnotationsConfigurer(org.springframework.core.env.Environment environment) |
public JsfScopeAnnotationsAutoConfiguration()
@Bean @ConditionalOnProperty(value="jsf.scope-configurer.jsf.enabled", havingValue="true", matchIfMissing=true) public static org.springframework.beans.factory.config.BeanFactoryPostProcessor jsfScopeAnnotationsConfigurer(org.springframework.core.env.Environment environment)
Copyright © 2016–2018 JoinFaces. All rights reserved.