A C G I R 
All Classes All Packages

A

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}.
AssetsBundle(String, 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}.

C

createServlet() - Method in class io.dropwizard.assets.AssetsBundle
 

G

getDefaultMediaType() - Method in class io.dropwizard.assets.AssetsBundle
 
getIndexFile() - Method in class io.dropwizard.assets.AssetsBundle
 
getResourcePath() - Method in class io.dropwizard.assets.AssetsBundle
 
getUriPath() - Method in class io.dropwizard.assets.AssetsBundle
 

I

io.dropwizard.assets - package io.dropwizard.assets
 

R

run(Configuration, Environment) - Method in class io.dropwizard.assets.AssetsBundle
 
A C G I R 
All Classes All Packages