Package ratpack.groovy.handling
Groovy specific extensions to classes in the
ratpack.core.handling
package.-
Interface Summary Interface Description GroovyByContentSpec A Groovy oriented content negotiation handler builder.GroovyByMethodSpec A Groovy oriented multi-method handler builder.GroovyChain A Groovy oriented handler chain builder DSL.GroovyContext Subclass ofContext
that adds Groovy friendly variants of methods. -
Class Summary Class Description DefaultGroovyByContentSpec GroovyChainAction A convenience super class for a standalone implementation of aAction<GroovyChain>
.GroovyHandler A handler subclass that makes aGroovyContext
available.