Uses of Interface
io.dropwizard.core.ConfiguredBundle
-
-
Uses of ConfiguredBundle in io.dropwizard.assets
Classes in io.dropwizard.assets that implement ConfiguredBundle Modifier and Type Class Description classAssetsBundleA bundle for serving static asset files from the classpath. -
Uses of ConfiguredBundle in io.dropwizard.core.setup
Methods in io.dropwizard.core.setup with parameters of type ConfiguredBundle Modifier and Type Method Description voidBootstrap. addBundle(ConfiguredBundle<? super T> bundle)Adds the given bundle to the bootstrap. -
Uses of ConfiguredBundle in io.dropwizard.core.sslreload
Classes in io.dropwizard.core.sslreload that implement ConfiguredBundle Modifier and Type Class Description classSslReloadBundleBundle that gathers all the ssl connectors and registers an admin task that will refresh ssl configuration on request -
Uses of ConfiguredBundle in io.dropwizard.forms
Classes in io.dropwizard.forms that implement ConfiguredBundle Modifier and Type Class Description classMultiPartBundleAConfiguredBundle, which enables the processing of multi-part form data by your application. -
Uses of ConfiguredBundle in io.dropwizard.hibernate
Classes in io.dropwizard.hibernate that implement ConfiguredBundle Modifier and Type Class Description classHibernateBundle<T>classScanningHibernateBundle<T>Extension of HibernateBundle that scans given package for entities instead of giving them by hand. -
Uses of ConfiguredBundle in io.dropwizard.hibernate.dual
Classes in io.dropwizard.hibernate.dual that implement ConfiguredBundle Modifier and Type Class Description classHibernateBundle<T> -
Uses of ConfiguredBundle in io.dropwizard.jdbi3.bundles
Classes in io.dropwizard.jdbi3.bundles that implement ConfiguredBundle Modifier and Type Class Description classJdbiExceptionsBundleA bundle for loggingSQLExceptions andJdbiExceptions so that their actual causes aren't overlooked. -
Uses of ConfiguredBundle in io.dropwizard.migrations
Classes in io.dropwizard.migrations that implement ConfiguredBundle Modifier and Type Class Description classMigrationsBundle<T extends Configuration> -
Uses of ConfiguredBundle in io.dropwizard.views.common
Classes in io.dropwizard.views.common that implement ConfiguredBundle Modifier and Type Class Description classViewBundle<T>AConfiguredBundle, which by default, enables the rendering of FreeMarker & Mustache views by your application.
-