Klasse 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
Veraltet.
Auto configuration
for jakarta.faces.bean.*Scoped
annotations support.-
Verschachtelte Klassen - Übersicht
Modifizierer und TypKlasseBeschreibungstatic class
Veraltet. -
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungjsf3ScopeAnnotationsConfigurer
(Environment environment) Veraltet.
-
Konstruktordetails
-
Jsf3ScopeAnnotationsAutoConfiguration
public Jsf3ScopeAnnotationsAutoConfiguration()Veraltet.
-
-
Methodendetails
-
jsf3ScopeAnnotationsConfigurer
@Bean @ConditionalOnProperty(value="joinfaces.scope-configurer.jsf.enabled", havingValue="true", matchIfMissing=true) public static CustomScopeAnnotationConfigurer jsf3ScopeAnnotationsConfigurer(Environment environment) throws ClassNotFoundException Veraltet.- Löst aus:
ClassNotFoundException
-