Class ElementComposer

java.lang.Object
com.aquima.interactions.portal.model.ElementComposer
All Implemented Interfaces:
IElementComposer

public class ElementComposer extends Object implements IElementComposer
IElementComposer implementation used by services and containers.
Since:
5.0
Author:
o.kerpershoek
  • Constructor Details

    • ElementComposer

      public ElementComposer(InferenceContext context, IComposerHandler handler, IComposer composer, IModule module)
      Constructs an element composer with the required arguments, based on an InferenceContext.
      Parameters:
      context - The inference context that should be used.
      handler - Handler for container expanders.
      module - The portal module.
    • ElementComposer

      public ElementComposer(IComposerContext context, IComposerHandler handler, IComposer composer, IModule module)
      Constructs an element composer with the required arguments, based on an IComposerContext instance.
      Parameters:
      context - The inference context that should be used.
      handler - Handler for container expanders.
      module - The portal module.
  • Method Details