org.broadleafcommerce.openadmin.web.controller
Class MainEntityActionsExtensionManager

java.lang.Object
  extended by org.broadleafcommerce.common.extension.ExtensionManager<MainEntityActionsExtensionHandler>
      extended by org.broadleafcommerce.openadmin.web.controller.MainEntityActionsExtensionManager
All Implemented Interfaces:
InvocationHandler

@Component(value="blMainEntityActionsExtensionManager")
public class MainEntityActionsExtensionManager
extends ExtensionManager<MainEntityActionsExtensionHandler>

Extension manager to modify the actions that are added by default when viewing a ceiling entity for a particular section (for instance, a list of Products in the 'Product' section). Assuming that the user has proper permissions, the mainActions list would have DefaultMainActions.ADD

Author:
Phillip Verheyden (phillipuniverse)
See Also:

Field Summary
 
Fields inherited from class org.broadleafcommerce.common.extension.ExtensionManager
extensionHandler, handlers, handlersSorted, LOCK_OBJECT
 
Constructor Summary
MainEntityActionsExtensionManager()
           
 
Method Summary
 boolean continueOnHandled()
           
 
Methods inherited from class org.broadleafcommerce.common.extension.ExtensionManager
getHandlers, getPriority, getProxy, invoke, registerHandler, setHandlers, shouldContinue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MainEntityActionsExtensionManager

public MainEntityActionsExtensionManager()
Parameters:
_clazz -
Method Detail

continueOnHandled

public boolean continueOnHandled()
Overrides:
continueOnHandled in class ExtensionManager<MainEntityActionsExtensionHandler>


Copyright © 2013. All Rights Reserved.