org.broadleafcommerce.common.extensibility.context.merge
Interface MergeBeanStatusProvider

All Known Implementing Classes:
MultiTenantMergeBeanStatusProvider

public interface MergeBeanStatusProvider


Method Summary
 boolean isProcessingEnabled(Object bean, String beanName, org.springframework.context.ApplicationContext appCtx)
          Typically used by the AbstractMergeBeanPostProcessor class to determine whether or not certain lists should be processed or if they can be safely ignored.
 

Method Detail

isProcessingEnabled

boolean isProcessingEnabled(Object bean,
                            String beanName,
                            org.springframework.context.ApplicationContext appCtx)
Typically used by the AbstractMergeBeanPostProcessor class to determine whether or not certain lists should be processed or if they can be safely ignored.

Parameters:
bean -
beanName -
appCtx -
Returns:
whether or not processing should be triggered


Copyright © 2013. All Rights Reserved.