org.broadleafcommerce.core.web.controller.checkout
Class PaymentInfoServiceExtensionManager

java.lang.Object
  extended by org.broadleafcommerce.common.extension.ExtensionManager<PaymentInfoServiceExtensionHandler>
      extended by org.broadleafcommerce.core.web.controller.checkout.PaymentInfoServiceExtensionManager
All Implemented Interfaces:
InvocationHandler

@Service(value="blPaymentInfoServiceExtensionManager")
public class PaymentInfoServiceExtensionManager
extends ExtensionManager<PaymentInfoServiceExtensionHandler>

Extension manager for the PaymentInfo services

Author:
Joshua Skorton (jskorton)

Field Summary
 
Fields inherited from class org.broadleafcommerce.common.extension.ExtensionManager
extensionHandler, handlers, handlersSorted, LOCK_OBJECT
 
Constructor Summary
PaymentInfoServiceExtensionManager()
           
 
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

PaymentInfoServiceExtensionManager

public PaymentInfoServiceExtensionManager()
Method Detail

continueOnHandled

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


Copyright © 2013. All Rights Reserved.