Package ru.vyarus.guicey.gsp.app.ext
Class ServerPagesAppExtensionBundle
java.lang.Object
ru.vyarus.guicey.gsp.app.ext.ServerPagesAppExtensionBundle
- All Implemented Interfaces:
ru.vyarus.dropwizard.guice.module.installer.bundle.GuiceyBundle
public class ServerPagesAppExtensionBundle
extends Object
implements ru.vyarus.dropwizard.guice.module.installer.bundle.GuiceyBundle
Bundle for extending (or overriding) registered server pages app resources (through
ServerPagesBundle.extendApp(String)).
Bundle is registered in initialization phase, but with delayed configuration callback, actual configuration could be delayed to run phase.
- Since:
- 27.09.2019
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classExtensions bundle builder. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrun(ru.vyarus.dropwizard.guice.module.installer.bundle.GuiceyEnvironment environment) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ru.vyarus.dropwizard.guice.module.installer.bundle.GuiceyBundle
initialize