- AssetsBundle - Class in io.dropwizard.assets
-
A bundle for serving static asset files from the classpath.
- AssetsBundle() - Constructor for class io.dropwizard.assets.AssetsBundle
-
Creates a new AssetsBundle which serves up static assets from
src/main/resources/assets/* as /assets/*.
- AssetsBundle(String) - Constructor for class io.dropwizard.assets.AssetsBundle
-
Creates a new AssetsBundle which will configure the application to serve the static files
located in src/main/resources/${path} as /${path}.
- AssetsBundle(String, String) - Constructor for class io.dropwizard.assets.AssetsBundle
-
Creates a new AssetsBundle which will configure the application to serve the static files
located in src/main/resources/${resourcePath} as /${uriPath}.
- AssetsBundle(String, String, String) - Constructor for class io.dropwizard.assets.AssetsBundle
-
Creates a new AssetsBundle which will configure the application to serve the static files
located in src/main/resources/${resourcePath} as /${uriPath}.
- AssetsBundle(String, String, String, String) - Constructor for class io.dropwizard.assets.AssetsBundle
-
Creates a new AssetsBundle which will configure the application to serve the static files
located in src/main/resources/${resourcePath} as /${uriPath}.