Class TranslationDaoExtensionManager
java.lang.Object
org.broadleafcommerce.common.extension.ExtensionManager<TranslationDaoExtensionHandler>
org.broadleafcommerce.common.i18n.dao.TranslationDaoExtensionManager
- All Implemented Interfaces:
InvocationHandler
@Service("blTranslationDaoExtensionManager")
public class TranslationDaoExtensionManager
extends ExtensionManager<TranslationDaoExtensionHandler>
- Author:
- Andre Azzolini (apazzolini)
-
Field Summary
Fields inherited from class org.broadleafcommerce.common.extension.ExtensionManager
extensionHandler, handlers, handlersSorted, LOCK_OBJECT
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
By default,this extension manager will continue on handled allowing multiple handlers to interact with the order.Methods inherited from class org.broadleafcommerce.common.extension.ExtensionManager
execute, getHandlers, getPriority, getProxy, invoke, registerHandler, setHandlers, shouldContinue, sortHandlers
-
Constructor Details
-
TranslationDaoExtensionManager
public TranslationDaoExtensionManager()
-
-
Method Details
-
continueOnHandled
public boolean continueOnHandled()By default,this extension manager will continue on handled allowing multiple handlers to interact with the order.- Overrides:
continueOnHandled
in classExtensionManager<TranslationDaoExtensionHandler>
- Returns:
-