Uses of Interface
ratpack.groovy.handling.GroovyContext
-
Packages that use GroovyContext Package Description ratpack.groovy.handling Groovy specific extensions to classes in theratpack.handlingpackage.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 GroovyContextGroovyContext. from(Context ctx)Creates a Groovy context from a context.GroovyContextGroovyContext. getContext()Returns this.default GroovyContextGroovyContext. header(java.lang.CharSequence name, java.lang.Object... values)Sets a response header.Methods in ratpack.groovy.handling with parameters of type GroovyContext Modifier and Type Method Description protected abstract voidGroovyHandler. 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 voidGroovyRendererSupport. render(GroovyContext context, T object)Renders the given object to the context.
-