Klasse FacesScopeAnnotationsAutoConfiguration
java.lang.Object
org.joinfaces.autoconfigure.scopemapping.FacesScopeAnnotationsAutoConfiguration
@AutoConfiguration
@ConditionalOnClass(jakarta.faces.view.ViewScoped.class)
@ConditionalOnWebApplication(type=SERVLET)
public class FacesScopeAnnotationsAutoConfiguration
extends Object
Auto configuration
for ViewScoped
annotations support.-
Konstruktorübersicht
-
Methodenübersicht
-
Konstruktordetails
-
FacesScopeAnnotationsAutoConfiguration
public FacesScopeAnnotationsAutoConfiguration()
-
-
Methodendetails
-
facesScopeAnnotationsConfigurer
@Bean @ConditionalOnProperty(value="joinfaces.scope-configurer.faces.enabled", havingValue="true", matchIfMissing=true) public static CustomScopeAnnotationConfigurer facesScopeAnnotationsConfigurer(Environment environment)
-