
io.dropwizard.bundles.assets.AssetsBundleConfiguration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dropwizard-configurable-assets-bundle Show documentation
Show all versions of dropwizard-configurable-assets-bundle Show documentation
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