Uses of Interface
ratpack.groovy.handling.GroovyContext
-
Packages that use GroovyContext Package Description ratpack.groovy.handling Groovy specific extensions to classes in theratpack.core.handling
package.ratpack.groovy.render Specialised Groovy support for rendering. -
-
Uses of GroovyContext in ratpack.groovy.handling
Methods in ratpack.groovy.handling that return GroovyContext Modifier and Type Method Description static GroovyContext
GroovyContext. from(Context ctx)
Creates a Groovy context from a context.GroovyContext
GroovyContext. getContext()
Returns this.default GroovyContext
GroovyContext. header(CharSequence name, Object... values)
Sets a response header.Methods in ratpack.groovy.handling with parameters of type GroovyContext Modifier and Type Method Description protected abstract void
GroovyHandler. handle(GroovyContext context)
The handle method to implement. -
Uses of GroovyContext in ratpack.groovy.render
Methods in ratpack.groovy.render with parameters of type GroovyContext Modifier and Type Method Description abstract void
GroovyRendererSupport. render(GroovyContext context, T object)
Renders the given object to the context.
-