| Modifier and Type | Interface and Description |
|---|---|
interface |
Bundle
Deprecated.
Use
ConfiguredBundle |
| Modifier and Type | Class and Description |
|---|---|
class |
AssetsBundle
A bundle for serving static asset files from the classpath.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MultiPartBundle
A
ConfiguredBundle, which enables the processing of multi-part form data by your application. |
| Modifier and Type | Class and Description |
|---|---|
class |
HibernateBundle<T> |
class |
ScanningHibernateBundle<T>
Extension of HibernateBundle that scans given package for entities instead of giving them by hand.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JdbiExceptionsBundle
A bundle for logging
SQLExceptions and JdbiExceptions
so that their actual causes aren't overlooked. |
| Modifier and Type | Class and Description |
|---|---|
class |
MigrationsBundle<T extends Configuration> |
| Modifier and Type | Method and Description |
|---|---|
void |
Bootstrap.addBundle(ConfiguredBundle<? super T> bundle)
Adds the given bundle to the bootstrap.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SslReloadBundle
Bundle that gathers all the ssl connectors and registers an admin task that will
refresh ssl configuration on request
|
| Modifier and Type | Class and Description |
|---|---|
class |
ViewBundle<T>
A
ConfiguredBundle, which by default, enables the rendering of FreeMarker & Mustache views by your application. |
Copyright © 2021. All rights reserved.