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 SummaryConstructors Constructor Description ProjectStageCustomizer(ProjectStage projectStage)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectpostProcessAfterInitialization(Object bean, String beanName)- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.springframework.beans.factory.config.BeanPostProcessorpostProcessBeforeInitialization
 
- 
 
- 
- 
- 
Constructor Detail- 
ProjectStageCustomizerpublic ProjectStageCustomizer(ProjectStage projectStage) 
 
- 
 - 
Method Detail- 
postProcessAfterInitializationpublic Object postProcessAfterInitialization(Object bean, String beanName) throws BeansException - Specified by:
- postProcessAfterInitializationin interface- BeanPostProcessor
- Throws:
- BeansException
 
 
- 
 
-