JavaScript is disabled on your browser.
play

Class Plugin

  • Direct Known Subclasses:
    EbeanPlugin, JPAPlugin


    public class Plugin
    extends java.lang.Object
    A Play plugin.
    • Constructor Summary

      Constructors
      Constructor and Description
      Plugin ()
    • Method Summary

      Methods
      Modifier and Type Method and Description
      boolean enabled ()
      Is this plugin enabled.
      void onStart ()
      Called when the application starts.
      void onStop ()
      Called when the application stops.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Plugin

        public Plugin()
    • Method Detail

      • onStart

        public void onStart()
        Called when the application starts.
      • onStop

        public void onStop()
        Called when the application stops.
      • enabled

        public boolean enabled()
        Is this plugin enabled.

AltStyle によって変換されたページ (->オリジナル) /