Package | Description |
---|---|
ratpack.groovy.guice |
Groovy specific extensions to the Guice support.
|
ratpack.groovy.markuptemplates |
Specialised Groovy support for the markup template engine.
|
ratpack.groovy.templating |
Support for templating based on embedded Groovy code in text.
|
ratpack.guice |
Integration with Google Guice.
|
ratpack.hikari | |
ratpack.session.store |
Session scoped storage.
|
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 |
MarkupTemplatingModule
An extension module that provides support for the Groovy markup template engine.
|
Modifier and Type | Class and Description |
---|---|
class |
TemplatingModule |
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 |
CookieBasedSessionsModule
An extension module that provides a cookie based store for sessions.
|