public abstract class GroovyHandler extends java.lang.Object implements Handler
GroovyContext
available.Constructor and Description |
---|
GroovyHandler() |
Modifier and Type | Method and Description |
---|---|
void |
handle(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(Context context)
handle(GroovyContext)
.