Class MultiTenantMergeBeanStatusProvider
java.lang.Object
org.broadleafcommerce.common.extensibility.context.merge.MultiTenantMergeBeanStatusProvider
- All Implemented Interfaces:
MergeBeanStatusProvider
@Component("blMultiTenantMergeBeanStatusProvider")
public class MultiTenantMergeBeanStatusProvider
extends Object
implements MergeBeanStatusProvider
This
MergeBeanStatusProvider can be utilized by modules that are trying to provide functionality that
is only required when MultiTenant is loaded.- Author:
- Andre Azzolini (apazzolini)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisProcessingEnabled(Object bean, String beanName, org.springframework.context.ApplicationContext appCtx) Typically used by theAbstractMergeBeanPostProcessorclass to determine whether or not certain lists should be processed or if they can be safely ignored.
-
Constructor Details
-
MultiTenantMergeBeanStatusProvider
public MultiTenantMergeBeanStatusProvider()
-
-
Method Details
-
isProcessingEnabled
public boolean isProcessingEnabled(Object bean, String beanName, org.springframework.context.ApplicationContext appCtx) Description copied from interface:MergeBeanStatusProviderTypically used by theAbstractMergeBeanPostProcessorclass to determine whether or not certain lists should be processed or if they can be safely ignored.- Specified by:
isProcessingEnabledin interfaceMergeBeanStatusProvider- Returns:
- whether or not processing should be triggered
-