Uses of Class
ratpack.guice.ConfigurableModule
-
Packages that use ConfigurableModule Package Description ratpack.dropwizard.metrics Integration with Dropwizard 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.session Objects for providingSessionsupport.ratpack.session.clientside Support for Client Side Session.ratpack.session.store Provide aSessionStoreimplementation backed by Redis.ratpack.thymeleaf Integration with Thymeleaf templating engine. -
-
Uses of ConfigurableModule in ratpack.dropwizard.metrics
Subclasses of ConfigurableModule in ratpack.dropwizard.metrics Modifier and Type Class Description classDropwizardMetricsModuleAn extension module that provides support for Dropwizard Metrics. -
Uses of ConfigurableModule in ratpack.groovy.template
Subclasses of ConfigurableModule in ratpack.groovy.template Modifier and Type Class Description classMarkupTemplateModuleAn extension module that provides support for the Groovy markup template engine.classTextTemplateModule -
Uses of ConfigurableModule in ratpack.guice
Methods in ratpack.guice with type parameters of type ConfigurableModule Modifier and Type Method Description <C,T extends ConfigurableModule<C>>
BindingsSpecBindingsSpec. module(java.lang.Class<T> moduleClass, Action<? super C> configurer)Adds the bindings from the given configurable module.default <C,T extends ConfigurableModule<C>>
BindingsSpecBindingsSpec. moduleConfig(java.lang.Class<T> moduleClass, C config)<C,T extends ConfigurableModule<C>>
BindingsSpecBindingsSpec. moduleConfig(java.lang.Class<T> moduleClass, C config, Action<? super C> configurer)Adds the bindings from the given configurable module.default <C,T extends ConfigurableModule<C>>
BindingsSpecBindingsSpec. moduleConfig(T moduleClass, C config)Methods in ratpack.guice with parameters of type ConfigurableModule Modifier and Type Method Description <C> BindingsSpecBindingsSpec. module(ConfigurableModule<C> module, Action<? super C> configurer)Adds the bindings from the given configurable module.<C> BindingsSpecBindingsSpec. moduleConfig(ConfigurableModule<C> module, C config, Action<? super C> configurer)Adds the bindings from the given configurable module. -
Uses of ConfigurableModule in ratpack.handlebars
Subclasses of ConfigurableModule in ratpack.handlebars Modifier and Type Class Description classHandlebarsModuleAn extension module that provides support for Handlebars.java templating engine. -
Uses of ConfigurableModule in ratpack.hikari
Subclasses of ConfigurableModule in ratpack.hikari Modifier and Type Class Description classHikariModuleAn extension module that provides aDataSourcefrom a HikariCP JDBC connection pool. -
Uses of ConfigurableModule in ratpack.hystrix
Subclasses of ConfigurableModule in ratpack.hystrix Modifier and Type Class Description classHystrixModuleAn extension module that provides support for Hystrix. -
Uses of ConfigurableModule in ratpack.session
Subclasses of ConfigurableModule in ratpack.session Modifier and Type Class Description classSessionModuleProvides support for HTTP sessions. -
Uses of ConfigurableModule in ratpack.session.clientside
Subclasses of ConfigurableModule in ratpack.session.clientside Modifier and Type Class Description classClientSideSessionModuleAn extension module that provides a client side session store - cookie based. -
Uses of ConfigurableModule in ratpack.session.store
Subclasses of ConfigurableModule in ratpack.session.store Modifier and Type Class Description classRedisSessionModuleAn extension module that provides a redis backed session store. -
Uses of ConfigurableModule in ratpack.thymeleaf
Subclasses of ConfigurableModule in ratpack.thymeleaf Modifier and Type Class Description classThymeleafModuleDeprecated.since 1.7.0.
-