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 Details

    • ConfiguredViewBundle

      public ConfiguredViewBundle(GlobalConfig globalConfig)
  • Method Details

    • getViewConfiguration

      public Map<String,Map<String,String>> getViewConfiguration(io.dropwizard.core.Configuration configuration)
      Specified by:
      getViewConfiguration in interface io.dropwizard.views.common.ViewConfigurable<io.dropwizard.core.Configuration>
      Overrides:
      getViewConfiguration in class io.dropwizard.views.common.ViewBundle<io.dropwizard.core.Configuration>