Skip navigation links
A I R 

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}.

I

initialize(Bootstrap<?>) - Method in class io.dropwizard.assets.AssetsBundle
 
io.dropwizard.assets - package io.dropwizard.assets
 

R

run(Environment) - Method in class io.dropwizard.assets.AssetsBundle
 
A I R 
Skip navigation links

Copyright © 2015. All rights reserved.