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 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
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classServer pages application bundle builder. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinitialize(ru.vyarus.dropwizard.guice.module.installer.bundle.GuiceyBootstrap bootstrap) voidrun(ru.vyarus.dropwizard.guice.module.installer.bundle.GuiceyEnvironment environment)
-
Constructor Details
-
ServerPagesAppBundle
-
-
Method Details
-
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
-