public class ServerPagesAppBundle
extends java.lang.Object
implements ru.vyarus.dropwizard.guice.module.installer.bundle.GuiceyBundle
ServerPagesBundle.app(String, String, String) or
ServerPagesBundle.adminApp(String, String, String)).
NOTE: global views support must be registered before this bundle!
| Modifier and Type | Class and Description |
|---|---|
static class |
ServerPagesAppBundle.AppBuilder
Server pages application bundle builder.
|
| Constructor and Description |
|---|
ServerPagesAppBundle(ServerPagesApp app) |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(ru.vyarus.dropwizard.guice.module.installer.bundle.GuiceyBootstrap bootstrap) |
void |
run(ru.vyarus.dropwizard.guice.module.installer.bundle.GuiceyEnvironment environment) |
public ServerPagesAppBundle(ServerPagesApp app)
public void initialize(ru.vyarus.dropwizard.guice.module.installer.bundle.GuiceyBootstrap bootstrap)
initialize in interface ru.vyarus.dropwizard.guice.module.installer.bundle.GuiceyBundlepublic void run(ru.vyarus.dropwizard.guice.module.installer.bundle.GuiceyEnvironment environment)
run in interface ru.vyarus.dropwizard.guice.module.installer.bundle.GuiceyBundle