Package ru.vyarus.guicey.gsp.app
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 java.lang.Object implements ru.vyarus.dropwizard.guice.module.installer.bundle.GuiceyBundleBundle for server pages application installation (initialized with eitherServerPagesBundle.app(String, String, String)orServerPagesBundle.adminApp(String, String, String)).NOTE: global views support must be registered before this bundle!
- Since:
- 05.06.2019
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classServerPagesAppBundle.AppBuilderServer pages application bundle builder.
-
Constructor Summary
Constructors Constructor Description ServerPagesAppBundle(ServerPagesApp app)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinitialize(ru.vyarus.dropwizard.guice.module.installer.bundle.GuiceyBootstrap bootstrap)voidrun(ru.vyarus.dropwizard.guice.module.installer.bundle.GuiceyEnvironment environment)
-
-
-
Constructor Detail
-
ServerPagesAppBundle
public ServerPagesAppBundle(ServerPagesApp app)
-
-
Method Detail
-
initialize
public void initialize(ru.vyarus.dropwizard.guice.module.installer.bundle.GuiceyBootstrap bootstrap)
- Specified by:
initializein interfaceru.vyarus.dropwizard.guice.module.installer.bundle.GuiceyBundle
-
run
public void run(ru.vyarus.dropwizard.guice.module.installer.bundle.GuiceyEnvironment environment)
- Specified by:
runin interfaceru.vyarus.dropwizard.guice.module.installer.bundle.GuiceyBundle
-
-