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
Nested ClassesModifier and TypeClassDescriptionstatic classBeanPostProcessorfor setting the JSFproject stage. - 
Constructor Summary
Constructors - 
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() 
 -