Package ru.vyarus.guicey.gsp.app.ext
Class ExtendedConfiguration
java.lang.Object
ru.vyarus.guicey.gsp.app.ext.ExtendedConfiguration
Gsp application extension object. Contains both direct and delayed configurations. Delayed configuration
will be applied just before gsp application initialization (after guice context startup).
- Since:
- 26.12.2019
-
Constructor Details
-
ExtendedConfiguration
-
-
Method Details
-
setDelayedCallback
-
configure
public void configure(ru.vyarus.dropwizard.guice.module.installer.bundle.GuiceyEnvironment environment) Apply delayed configuration, if registered.- Parameters:
environment- environment
-
getName
- Returns:
- target application name
-
getAssets
- Returns:
- assets extensions
-
getViews
- Returns:
- views extensions
-