Class ContainerFactoryTemplate

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

public class ContainerFactoryTemplate extends Object
Template that can be used to create an container factory.
Since:
6.0
Author:
O. Kerpershoek
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addExpander(String containerTypeName, com.aquima.interactions.portal.IContainerExpander containerExpander)
    This method may be used to add a custom container expander.
    protected com.aquima.interactions.portal.IContainerExpander
    getContainer(String containerTypeName)
     
    com.aquima.interactions.portal.IContainerFactory
    This method converts the template to a container factory implementation.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ContainerFactoryTemplate

      protected ContainerFactoryTemplate()
  • Method Details

    • addExpander

      public void addExpander(String containerTypeName, com.aquima.interactions.portal.IContainerExpander containerExpander)
      This method may be used to add a custom container expander.
      Parameters:
      containerTypeName - The name of the container.
      containerExpander - The container expander implementation.
    • getContainer

      protected com.aquima.interactions.portal.IContainerExpander getContainer(String containerTypeName)
    • toFactory

      public com.aquima.interactions.portal.IContainerFactory toFactory()
      This method converts the template to a container factory implementation.
      Returns:
      Container factory implementation based on the template.