public class WebJarBundle extends Object implements io.dropwizard.Bundle
| Constructor and Description |
|---|
WebJarBundle() |
WebJarBundle(com.google.common.cache.CacheBuilder builder) |
WebJarBundle(com.google.common.cache.CacheBuilder builder,
String... additionalPackages) |
WebJarBundle(String... additionalPackages) |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(io.dropwizard.setup.Bootstrap<?> bootstrap) |
void |
run(io.dropwizard.setup.Environment environment) |
WebJarBundle |
withUrlPrefix(String prefix) |
public WebJarBundle()
public WebJarBundle(com.google.common.cache.CacheBuilder builder)
public WebJarBundle(String... additionalPackages)
public WebJarBundle(com.google.common.cache.CacheBuilder builder,
String... additionalPackages)
public WebJarBundle withUrlPrefix(String prefix)
public void initialize(io.dropwizard.setup.Bootstrap<?> bootstrap)
initialize in interface io.dropwizard.Bundlepublic void run(io.dropwizard.setup.Environment environment)
run in interface io.dropwizard.BundleCopyright © 2016. All Rights Reserved.