@FunctionalInterface
public interface DelayedConfigurationCallback
| Modifier and Type | Method and Description |
|---|---|
void |
configure(ru.vyarus.dropwizard.guice.module.installer.bundle.GuiceyEnvironment environment,
AssetSources assets,
ViewRestSources views)
Called under run phase to perform delayed extensions configuration.
|
void configure(ru.vyarus.dropwizard.guice.module.installer.bundle.GuiceyEnvironment environment,
AssetSources assets,
ViewRestSources views)
For assets multiple package registrations per url is allowed, but for views only one prefix could be mapped to url. Most likely, root views mapping will be already configured by application itself (but if not then root mapping may be applied).
environment - guicey environment objectassets - object for registration of extended locationsviews - object for registration of additional view mappings