Package | Description |
---|---|
ratpack.groovy.guice |
Groovy specific extensions to the Guice support.
|
ratpack.groovy.template |
Support for templating based on embedded Groovy code in text.
|
ratpack.guice |
Integration with Google Guice.
|
ratpack.hikari | |
ratpack.jackson |
Integration with the Jackson JSON marshalling library.
|
ratpack.session.clientside |
Modifier and Type | Method and Description |
---|---|
<C,T extends ConfigurableModule<C>> |
GroovyBindingsSpec.add(Class<T> moduleClass,
Action<? super C> configuration) |
Modifier and Type | Class and Description |
---|---|
class |
MarkupTemplateModule
An extension module that provides support for the Groovy markup template engine.
|
class |
TextTemplateModule |
Modifier and Type | Method and Description |
---|---|
<C,T extends ConfigurableModule<C>> |
BindingsSpec.add(Class<T> moduleClass,
Action<? super C> configuration) |
Modifier and Type | Class and Description |
---|---|
class |
HikariModule
An extension module that provides a
DataSource from a HikariCP JDBC connection pool. |
Modifier and Type | Class and Description |
---|---|
class |
JacksonModule
Integrates the Jackson JSON processing library.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientSideSessionsModule
An extension module that provides a cookie based store for sessions.
|