Class TranslationServiceExtensionManager
java.lang.Object
org.broadleafcommerce.common.extension.ExtensionManager<SparselyPopulatedQueryExtensionHandler>
org.broadleafcommerce.common.i18n.service.TranslationServiceExtensionManager
- All Implemented Interfaces:
InvocationHandler
@Service("blTranslationServiceExtensionManager")
public class TranslationServiceExtensionManager
extends ExtensionManager<SparselyPopulatedQueryExtensionHandler>
Provide specialized cache population queries for price lists. This follows the sparsely populated cache
pattern for multitenancy.
- Author:
- Jeff Fischer
- See Also:
-
Field Summary
Fields inherited from class org.broadleafcommerce.common.extension.ExtensionManager
extensionHandler, handlers, handlersSorted, LOCK_OBJECT
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.broadleafcommerce.common.extension.ExtensionManager
continueOnHandled, execute, getHandlers, getPriority, getProxy, invoke, registerHandler, setHandlers, shouldContinue, sortHandlers
-
Constructor Details
-
TranslationServiceExtensionManager
public TranslationServiceExtensionManager()
-