Class JakartaFaces3AutoConfiguration.FacesServletPropertiesPostProcessor
java.lang.Object
org.joinfaces.autoconfigure.faces.JakartaFaces3AutoConfiguration.FacesServletPropertiesPostProcessor
- All Implemented Interfaces:
org.springframework.beans.factory.config.BeanPostProcessor
,org.springframework.core.Ordered
,org.springframework.core.PriorityOrdered
- Enclosing class:
- JakartaFaces3AutoConfiguration
public static class JakartaFaces3AutoConfiguration.FacesServletPropertiesPostProcessor
extends Object
implements org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.core.PriorityOrdered
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Constructor Summary
ConstructorDescriptionFacesServletPropertiesPostProcessor
(org.springframework.context.ApplicationContext applicationContext) -
Method Summary
Modifier and TypeMethodDescriptionint
getOrder()
postProcessBeforeInitialization
(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 Details
-
FacesServletPropertiesPostProcessor
public FacesServletPropertiesPostProcessor(org.springframework.context.ApplicationContext applicationContext)
-
-
Method Details
-
getOrder
public int getOrder()- Specified by:
getOrder
in interfaceorg.springframework.core.Ordered
-
postProcessBeforeInitialization
public Object postProcessBeforeInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException - Specified by:
postProcessBeforeInitialization
in interfaceorg.springframework.beans.factory.config.BeanPostProcessor
- Throws:
org.springframework.beans.BeansException
-