Class FileUploadRenderer

All Implemented Interfaces:
IModelRenderer

public class FileUploadRenderer extends ContainerRenderer
  • Constructor Details

    • FileUploadRenderer

      public FileUploadRenderer()
  • Method Details

    • toModel

      public ElementModel toModel(com.aquima.interactions.composer.IElement element, IRendererContext context)
      Description copied from interface: IModelRenderer
      This method transforms an element to a viemodel.
      Specified by:
      toModel in interface IModelRenderer
      Overrides:
      toModel in class ContainerRenderer
      Parameters:
      element - The element to transform, not null.
      context - The context, not null.
      Returns:
      The viewmodel, never null.