Package | Description |
---|---|
ratpack.codahale.metrics |
Integration with Coda Hale's Metrics Library.
|
ratpack.groovy.template |
Support for templating based on embedded Groovy code in text.
|
ratpack.guice |
Integration with Google Guice.
|
ratpack.handlebars |
Integration with Handlebars.java templating engine.
|
ratpack.hikari |
Provides integration with HikariCP library.
|
ratpack.hystrix |
Provides integration with the Hystrix library.
|
ratpack.jackson |
Integration with the Jackson JSON marshalling library.
|
ratpack.session |
Objects for providing
Session support |
ratpack.session.clientside |
Support for Client Side Session.
|
ratpack.thymeleaf |
Integration with Thymeleaf templating engine.
|
Modifier and Type | Class and Description |
---|---|
class |
CodaHaleMetricsModule
An extension module that provides support for Coda Hale's Metrics.
|
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.module(Class<T> moduleClass,
Action<? super C> configurer)
Adds the bindings from the given configurable module.
|
default <C,T extends ConfigurableModule<C>> |
BindingsSpec.moduleConfig(Class<T> moduleClass,
C config) |
<C,T extends ConfigurableModule<C>> |
BindingsSpec.moduleConfig(Class<T> moduleClass,
C config,
Action<? super C> configurer)
Adds the bindings from the given configurable module.
|
default <C,T extends ConfigurableModule<C>> |
BindingsSpec.moduleConfig(T moduleClass,
C config) |
Modifier and Type | Method and Description |
---|---|
<C> BindingsSpec |
BindingsSpec.module(ConfigurableModule<C> module,
Action<? super C> configurer)
Adds the bindings from the given configurable module.
|
<C> BindingsSpec |
BindingsSpec.moduleConfig(ConfigurableModule<C> module,
C config,
Action<? super C> configurer)
Adds the bindings from the given configurable module.
|
Modifier and Type | Class and Description |
---|---|
class |
HandlebarsModule
An extension module that provides support for Handlebars.java templating engine.
|
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 |
HystrixModule
An extension module that provides support for Hystrix.
|
Modifier and Type | Class and Description |
---|---|
class |
JacksonModule
Integrates the Jackson JSON processing library.
|
Modifier and Type | Class and Description |
---|---|
class |
SessionModule
Provides support for HTTP sessions.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientSideSessionModule
An extension module that provides a client side session store - cookie based.
|
Modifier and Type | Class and Description |
---|---|
class |
ThymeleafModule
An extension module that provides support for Thymeleaf templating engine.
|