org.onebusaway.container.spring
public class PropertiesBeanPostProcessor extends Object implements org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.core.Ordered
BeanPostProcessor
to add additional values to
already-created Properties
object.ListBeanPostProcessor
,
PropertiesBeanPostProcessor
Constructor and Description |
---|
PropertiesBeanPostProcessor() |
Modifier and Type | Method and Description |
---|---|
int |
getOrder() |
Object |
postProcessAfterInitialization(Object obj,
String beanName) |
Object |
postProcessBeforeInitialization(Object bean,
String beanName)
BeanPostProcessor Interface |
void |
setOrder(int order)
Ordered Interface |
void |
setProperties(Properties properties) |
void |
setTarget(String target) |
void |
setTargets(List<String> targets) |
public void setTarget(String target)
public void setProperties(Properties properties)
public void setOrder(int order)
Ordered
Interfacepublic int getOrder()
getOrder
in interface org.springframework.core.Ordered
public Object postProcessBeforeInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
BeanPostProcessor
InterfacepostProcessBeforeInitialization
in interface org.springframework.beans.factory.config.BeanPostProcessor
org.springframework.beans.BeansException
public Object postProcessAfterInitialization(Object obj, String beanName) throws org.springframework.beans.BeansException
postProcessAfterInitialization
in interface org.springframework.beans.factory.config.BeanPostProcessor
org.springframework.beans.BeansException
Copyright © 2014 OneBusAway. All Rights Reserved.