Class ServerPagesAppBundle

java.lang.Object
ru.vyarus.guicey.gsp.app.ServerPagesAppBundle
All Implemented Interfaces:
ru.vyarus.dropwizard.guice.module.installer.bundle.GuiceyBundle

public class ServerPagesAppBundle extends Object implements ru.vyarus.dropwizard.guice.module.installer.bundle.GuiceyBundle
Bundle for server pages application installation (initialized with either ServerPagesBundle.app(String, String, String) or ServerPagesBundle.adminApp(String, String, String)).

NOTE: global views support must be registered before this bundle!

Since:
05.06.2019
  • Constructor Details

    • ServerPagesAppBundle

      public ServerPagesAppBundle(ServerPagesApp app)
  • Method Details

    • initialize

      public void initialize(ru.vyarus.dropwizard.guice.module.installer.bundle.GuiceyBootstrap bootstrap)
      Specified by:
      initialize in interface ru.vyarus.dropwizard.guice.module.installer.bundle.GuiceyBundle
    • run

      public void run(ru.vyarus.dropwizard.guice.module.installer.bundle.GuiceyEnvironment environment)
      Specified by:
      run in interface ru.vyarus.dropwizard.guice.module.installer.bundle.GuiceyBundle