Package ru.vyarus.guicey.gsp.views
Class ConfiguredViewBundle
java.lang.Object
io.dropwizard.views.common.ViewBundle<io.dropwizard.core.Configuration>
ru.vyarus.guicey.gsp.views.ConfiguredViewBundle
- All Implemented Interfaces:
io.dropwizard.core.ConfiguredBundle<io.dropwizard.core.Configuration>,io.dropwizard.views.common.ViewConfigurable<io.dropwizard.core.Configuration>
public class ConfiguredViewBundle
extends io.dropwizard.views.common.ViewBundle<io.dropwizard.core.Configuration>
Views bundle with custom configuration handling.
- Since:
- 11.01.2019
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.dropwizard.views.common.ViewBundle
runMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.dropwizard.core.ConfiguredBundle
initialize
-
Constructor Details
-
ConfiguredViewBundle
-
-
Method Details
-
getViewConfiguration
public Map<String,Map<String, getViewConfigurationString>> (io.dropwizard.core.Configuration configuration) - Specified by:
getViewConfigurationin interfaceio.dropwizard.views.common.ViewConfigurable<io.dropwizard.core.Configuration>- Overrides:
getViewConfigurationin classio.dropwizard.views.common.ViewBundle<io.dropwizard.core.Configuration>
-