@groovy.transform.CompileStatic class UndertowGrailsPlugin extends Plugin
Plugin that runs Grails applications on the Undertow embedded servlet container. The actual web server wiring is provided by the vendored Spring Boot Undertow autoconfiguration in the grails-undertow-spring-boot module; this plugin exists to bring that support onto the application classpath as a Grails plugin.
| Type | Name and description |
|---|---|
java.lang.Object |
author |
java.lang.Object |
description |
java.lang.Object |
documentation |
java.lang.Object |
grailsVersion |
java.lang.Object |
title |
| Properties inherited from class | Properties |
|---|---|
class Plugin |
applicationContext, artefacts, environment, grailsApplication, plugin, pluginManager |
| Constructor and description |
|---|
UndertowGrailsPlugin() |
| Methods inherited from class | Name |
|---|---|
class Plugin |
beanRegistrar, beans, doWithApplicationContext, doWithDynamicMethods, doWithSpring, doWithSpring, getApplicationContext, getConfig, getManager, onChange, onConfigChange, onShutdown, onStartup, setApplicationContext |