Class ShortMonthSpeller

java.lang.Object
com.aquima.interactions.framework.mask.impl.speller.MonthSpeller
com.aquima.interactions.framework.mask.impl.speller.ShortMonthSpeller

public class ShortMonthSpeller extends MonthSpeller

Speller to spell a month (short notation).

The values for a language are retrieved from the context with the following keys:

  • mask.date.month.short.january
  • mask.date.month.short.february
  • mask.date.month.short.march
  • mask.date.month.short.april
  • mask.date.month.short.may
  • mask.date.month.short.june
  • mask.date.month.short.july
  • mask.date.month.short.august
  • mask.date.month.short.september
  • mask.date.month.short.october
  • mask.date.month.short.november
  • mask.date.month.short.december
Since:
6.0
Author:
Jon van Leuven
  • Constructor Details

    • ShortMonthSpeller

      public ShortMonthSpeller(IMaskContext context, ILanguage language)
      Construct a speller.
      Parameters:
      context - The meta model used for message retrieval.
      language - The language used for message retrieval.
  • Method Details