Class OMWebBundle<T extends io.dropwizard.Configuration>

  • All Implemented Interfaces:
    io.dropwizard.ConfiguredBundle<T>

    public abstract class OMWebBundle<T extends io.dropwizard.Configuration>
    extends Object
    implements io.dropwizard.ConfiguredBundle<T>
    • Constructor Detail

      • OMWebBundle

        protected OMWebBundle()
    • Method Detail

      • initialize

        public void initialize​(io.dropwizard.setup.Bootstrap<?> bootstrap)
        Specified by:
        initialize in interface io.dropwizard.ConfiguredBundle<T extends io.dropwizard.Configuration>
      • run

        public void run​(T configuration,
                        io.dropwizard.setup.Environment environment)
                 throws Exception
        Specified by:
        run in interface io.dropwizard.ConfiguredBundle<T extends io.dropwizard.Configuration>
        Throws:
        Exception
      • configureHeaderFilter

        protected void configureHeaderFilter​(io.dropwizard.setup.Environment environment,
                                             String uriPath,
                                             String urlPattern,
                                             Map<String,​String> headers)