org.onebusaway.container.spring
Class QualifierConfigurer

java.lang.Object
  extended by org.onebusaway.container.spring.QualifierConfigurer
All Implemented Interfaces:
org.springframework.beans.factory.config.BeanFactoryPostProcessor

public class QualifierConfigurer
extends Object
implements org.springframework.beans.factory.config.BeanFactoryPostProcessor

Author:
bdferris

Constructor Summary
QualifierConfigurer()
           
 
Method Summary
 void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
           
 void setTarget(String target)
           
 void setType(String type)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QualifierConfigurer

public QualifierConfigurer()
Method Detail

setTarget

public void setTarget(String target)

setType

public void setType(String type)

setValue

public void setValue(String value)

postProcessBeanFactory

public void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
                            throws org.springframework.beans.BeansException
Specified by:
postProcessBeanFactory in interface org.springframework.beans.factory.config.BeanFactoryPostProcessor
Throws:
org.springframework.beans.BeansException


Copyright © 2012 OneBusAway. All Rights Reserved.