Package play.i18n

Class MessagesPlugin

  • All Implemented Interfaces:
    java.lang.Comparable<PlayPlugin>

    public class MessagesPlugin
    extends PlayPlugin
    Messages plugin
    • Constructor Detail

      • MessagesPlugin

        public MessagesPlugin()
    • Method Detail

      • onApplicationStart

        public void onApplicationStart()
        Description copied from class: PlayPlugin
        Called at application start (and at each reloading) Time to start stateful things.
        Overrides:
        onApplicationStart in class PlayPlugin
      • detectChange

        public void detectChange()
        Description copied from class: PlayPlugin
        It's time for the plugin to detect changes. Throw an exception is the application must be reloaded.
        Overrides:
        detectChange in class PlayPlugin