Class ProjectStageAutoConfiguration.ProjectStageCustomizer
- java.lang.Object
-
- org.joinfaces.autoconfigure.javaxfaces.ProjectStageAutoConfiguration.ProjectStageCustomizer
-
- All Implemented Interfaces:
BeanPostProcessor
- Enclosing class:
- ProjectStageAutoConfiguration
public static class ProjectStageAutoConfiguration.ProjectStageCustomizer extends Object implements BeanPostProcessor
BeanPostProcessor
for setting the JSFproject stage
.
-
-
Constructor Summary
Constructors Constructor Description ProjectStageCustomizer(ProjectStage projectStage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
postProcessAfterInitialization(Object bean, String beanName)
-
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 Detail
-
ProjectStageCustomizer
public ProjectStageCustomizer(ProjectStage projectStage)
-
-
Method Detail
-
postProcessAfterInitialization
public Object postProcessAfterInitialization(Object bean, String beanName) throws BeansException
- Specified by:
postProcessAfterInitialization
in interfaceBeanPostProcessor
- Throws:
BeansException
-
-