public abstract class GroovyHandler
extends java.lang.Object
implements ratpack.handling.Handler
GroovyContext available.| Constructor and Description |
|---|
GroovyHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(ratpack.handling.Context context)
Delegates to
handle(GroovyContext). |
protected abstract void |
handle(GroovyContext context)
The handle method to implement.
|
protected abstract void handle(GroovyContext context)
context - The contextpublic final void handle(ratpack.handling.Context context)
handle(GroovyContext).handle in interface ratpack.handling.Handlercontext - The context