Class ProjectStageAutoConfiguration.ProjectStageCustomizer
java.lang.Object
org.joinfaces.autoconfigure.javaxfaces.ProjectStageAutoConfiguration.ProjectStageCustomizer
- All Implemented Interfaces:
org.springframework.beans.factory.config.BeanPostProcessor
- Enclosing class:
- ProjectStageAutoConfiguration
public static class ProjectStageAutoConfiguration.ProjectStageCustomizer
extends Object
implements org.springframework.beans.factory.config.BeanPostProcessor
BeanPostProcessor
for setting the JSF
project stage
.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.beans.factory.config.BeanPostProcessor
postProcessBeforeInitialization
-
Constructor Details
-
ProjectStageCustomizer
public ProjectStageCustomizer(jakarta.faces.application.ProjectStage projectStage)
-
-
Method Details
-
postProcessAfterInitialization
public Object postProcessAfterInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException - Specified by:
postProcessAfterInitialization
in interfaceorg.springframework.beans.factory.config.BeanPostProcessor
- Throws:
org.springframework.beans.BeansException
-