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
BeanPostProcessorfor 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 ObjectpostProcessAfterInitialization(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:
 postProcessAfterInitializationin interfaceBeanPostProcessor- Throws:
 BeansException
 
 - 
 
 -