Class ProjectStageAutoConfiguration
java.lang.Object
org.joinfaces.autoconfigure.faces.ProjectStageAutoConfiguration
@AutoConfiguration(before=JakartaFaces3AutoConfiguration.class)
@ConditionalOnClass(jakarta.faces.application.ProjectStage.class)
@ConditionalOnWebApplication(type=SERVLET)
public class ProjectStageAutoConfiguration
extends Object
Auto configuration of JSF
ProjectStage
.-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
BeanPostProcessor
for setting the JSFproject stage
. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
ProjectStageAutoConfiguration
public ProjectStageAutoConfiguration()
-
-
Method Details
-
developmentProjectStageCustomizer
@Bean @ConditionalOnMissingBean @ConditionalOnProperty("debug") public static ProjectStageAutoConfiguration.ProjectStageCustomizer developmentProjectStageCustomizer() -
productionProjectStageCustomizer
@Bean @ConditionalOnMissingBean @ConditionalOnProperty(value="debug", havingValue="false", matchIfMissing=true) public static ProjectStageAutoConfiguration.ProjectStageCustomizer productionProjectStageCustomizer()
-