Package play.db

Class DBBrowserPlugin

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

    public class DBBrowserPlugin
    extends PlayPlugin
    • Constructor Detail

      • DBBrowserPlugin

        public DBBrowserPlugin()
    • Method Detail

      • onConfigurationRead

        public void onConfigurationRead()
        Description copied from class: PlayPlugin
        Called when the application.conf has been read.
        Overrides:
        onConfigurationRead in class PlayPlugin
      • rawInvocation

        public boolean rawInvocation​(Http.Request request,
                                     Http.Response response)
                              throws java.lang.Exception
        Description copied from class: PlayPlugin
        Give a chance to this plugin to fully manage this request
        Overrides:
        rawInvocation in class PlayPlugin
        Parameters:
        request - The Play request
        response - The Play response
        Returns:
        true if this plugin has managed this request
        Throws:
        java.lang.Exception - if cannot enhance the class