Class ActionHandlerFactoryTemplate

java.lang.Object
com.aquima.interactions.test.templates.resource.ActionHandlerFactoryTemplate

public class ActionHandlerFactoryTemplate extends Object
Template that can be used to create an action handler factory.
Since:
6.0
Author:
O. Kerpershoek
  • Constructor Details

    • ActionHandlerFactoryTemplate

      public ActionHandlerFactoryTemplate()
  • Method Details

    • addActionHandler

      public void addActionHandler(String handlerName, com.aquima.interactions.portal.IActionHandler handlerImpl)
      This method may be used to add a custom action handler.
      Parameters:
      handlerName - The name of the action handler.
      handlerImpl - The action handler implementation.
    • getActionHandler

      protected com.aquima.interactions.portal.IActionHandler getActionHandler(String handlerName)
    • toFactory

      public com.aquima.interactions.portal.IActionHandlerFactory toFactory()
      This method converts the template to an action handler factory implementation.
      Returns:
      Action handler factory implementation based on the template.