All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.dropwizard.bundles.assets.AssetsBundleConfiguration Maven / Gradle / Ivy

Go to download

An implementation of an AssetBundle for use in Dropwizard that allows user configuration. (forked from https://github.com/dropwizard-bundles/dropwizard-configurable-assets-bundle)Three pull requests are send to the dropwizard-bundles project. This project becomes obsolete when these have been merged into dropwizard-bundles

The newest version!
package io.dropwizard.bundles.assets;

public interface AssetsBundleConfiguration {
  /**
   * Get the configuration for how the assets should be served.
   *
   * @return The configuration.
   */
  AssetsConfiguration getAssetsConfiguration();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy