Class Jsf3ScopeAnnotationsAutoConfiguration
java.lang.Object
org.joinfaces.autoconfigure.scopemapping.Jsf3ScopeAnnotationsAutoConfiguration
@Deprecated
@AutoConfiguration
@ConditionalOnClass(name="jakarta.faces.bean.RequestScoped")
@ConditionalOnWebApplication(type=SERVLET)
@ImportRuntimeHints(Jsf3ScopeAnnotationRuntimeHints.class)
public class Jsf3ScopeAnnotationsAutoConfiguration
extends Object
Deprecated.
Auto configuration
for jakarta.faces.bean.*Scoped
annotations support.-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Deprecated. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionjsf3ScopeAnnotationsConfigurer
(Environment environment) Deprecated.
-
Constructor Details
-
Jsf3ScopeAnnotationsAutoConfiguration
public Jsf3ScopeAnnotationsAutoConfiguration()Deprecated.
-
-
Method Details
-
jsf3ScopeAnnotationsConfigurer
@Bean @ConditionalOnProperty(value="joinfaces.scope-configurer.jsf.enabled", havingValue="true", matchIfMissing=true) public static CustomScopeAnnotationConfigurer jsf3ScopeAnnotationsConfigurer(Environment environment) throws ClassNotFoundException Deprecated.- Throws:
ClassNotFoundException
-