Class JavaxFacesAutoConfiguration.JavaxFaces2_3AutoConfiguration.FacesServletPropertiesPostProcessor
- java.lang.Object
 - 
- org.joinfaces.autoconfigure.javaxfaces.JavaxFacesAutoConfiguration.JavaxFaces2_3AutoConfiguration.FacesServletPropertiesPostProcessor
 
 
- 
- All Implemented Interfaces:
 BeanPostProcessor,Ordered,PriorityOrdered
- Enclosing class:
 - JavaxFacesAutoConfiguration.JavaxFaces2_3AutoConfiguration
 
public static class JavaxFacesAutoConfiguration.JavaxFaces2_3AutoConfiguration.FacesServletPropertiesPostProcessor extends Object implements BeanPostProcessor, PriorityOrdered
 
- 
- 
Field Summary
- 
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE 
 - 
 
- 
Constructor Summary
Constructors Constructor Description FacesServletPropertiesPostProcessor(ApplicationContext applicationContext) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetOrder()ObjectpostProcessBeforeInitialization(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
postProcessAfterInitialization 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
FacesServletPropertiesPostProcessor
public FacesServletPropertiesPostProcessor(ApplicationContext applicationContext)
 
 - 
 
- 
Method Detail
- 
postProcessBeforeInitialization
public Object postProcessBeforeInitialization(Object bean, String beanName) throws BeansException
- Specified by:
 postProcessBeforeInitializationin interfaceBeanPostProcessor- Throws:
 BeansException
 
 - 
 
 -