Class DefaultMaskFactory

java.lang.Object
com.aquima.interactions.framework.mask.DefaultMaskFactory
All Implemented Interfaces:
IMaskFactory

public class DefaultMaskFactory extends Object implements IMaskFactory
Mask factory that supports all build in masks.
Since:
6.0
Author:
Jon van Leuven
  • Constructor Details

    • DefaultMaskFactory

      public DefaultMaskFactory(ISpellEngine spellEngine)
  • Method Details

    • getMask

      public IMask getMask(ApplicationID applicationId, String typeName)
      Description copied from interface: IMaskFactory
      This method should return a mask implementation for a specific application module and mask type name.
      Specified by:
      getMask in interface IMaskFactory
      Parameters:
      applicationId - The ID of the module, may not be null.
      typeName - The mask type name, may not be null.
      Returns:
      The mask implementation.