Class SpincastCoreDictionaryEntriesDefault

java.lang.Object
org.spincast.core.dictionary.DictionaryBase
org.spincast.core.dictionary.SpincastCoreDictionaryEntriesDefault
All Implemented Interfaces:
DictionaryEntries, SpincastCoreDictionaryEntries

public class SpincastCoreDictionaryEntriesDefault extends DictionaryBase implements SpincastCoreDictionaryEntries
Provides a default english value for the messages that are required in any Spincast application.

If you do not use the default Dictionary implementation, your have to provide a value for the messages specified here!

  • Field Details

    • MESSAGE_KEY_ROUTE_NOT_FOUND_DEFAULTMESSAGE

      public static final String MESSAGE_KEY_ROUTE_NOT_FOUND_DEFAULTMESSAGE
    • MESSAGE_KEY_EXCEPTION_DEFAULTMESSAGE

      public static final String MESSAGE_KEY_EXCEPTION_DEFAULTMESSAGE
    • MESSAGE_KEY_VALIDATION_GENERICERROR_DEFAULTTEXT

      public static final String MESSAGE_KEY_VALIDATION_GENERICERROR_DEFAULTTEXT
  • Constructor Details

    • SpincastCoreDictionaryEntriesDefault

      public SpincastCoreDictionaryEntriesDefault()
  • Method Details