Package org.frankframework.configuration
Class ConfigurationAwareBeanPostProcessor
java.lang.Object
org.frankframework.configuration.ConfigurationAwareBeanPostProcessor
- All Implemented Interfaces:
org.springframework.beans.factory.config.BeanPostProcessor
public class ConfigurationAwareBeanPostProcessor
extends Object
implements org.springframework.beans.factory.config.BeanPostProcessor
Similar to
ApplicationContextAwareProcessor sets
the Configuration class on the ConfigurationAware beans.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.config.BeanPostProcessor
postProcessAfterInitialization
-
Constructor Details
-
ConfigurationAwareBeanPostProcessor
-
-
Method Details
-
postProcessBeforeInitialization
public Object postProcessBeforeInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException - Specified by:
postProcessBeforeInitializationin interfaceorg.springframework.beans.factory.config.BeanPostProcessor- Throws:
org.springframework.beans.BeansException
-