org.springframework.aop.framework.autoproxy
Class AbstractAdvisorAutoProxyCreator.BeanFactoryAdvisorRetrievalHelperAdapter

java.lang.Object
  extended by org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper
      extended by org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator.BeanFactoryAdvisorRetrievalHelperAdapter
Enclosing class:
AbstractAdvisorAutoProxyCreator

private class AbstractAdvisorAutoProxyCreator.BeanFactoryAdvisorRetrievalHelperAdapter
extends BeanFactoryAdvisorRetrievalHelper

Subclass of BeanFactoryAdvisorRetrievalHelper that delegates to surrounding AbstractAdvisorAutoProxyCreator facilities.


Constructor Summary
AbstractAdvisorAutoProxyCreator.BeanFactoryAdvisorRetrievalHelperAdapter(ConfigurableListableBeanFactory beanFactory)
           
 
Method Summary
protected  boolean isEligibleBean(java.lang.String beanName)
          Determine whether the aspect bean with the given name is eligible.
 
Methods inherited from class org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper
findAdvisorBeans
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractAdvisorAutoProxyCreator.BeanFactoryAdvisorRetrievalHelperAdapter

public AbstractAdvisorAutoProxyCreator.BeanFactoryAdvisorRetrievalHelperAdapter(ConfigurableListableBeanFactory beanFactory)
Method Detail

isEligibleBean

protected boolean isEligibleBean(java.lang.String beanName)
Description copied from class: BeanFactoryAdvisorRetrievalHelper
Determine whether the aspect bean with the given name is eligible.

The default implementation always returns true.

Overrides:
isEligibleBean in class BeanFactoryAdvisorRetrievalHelper
Parameters:
beanName - the name of the aspect bean
Returns:
whether the bean is eligible