Class GroovyInterceptor

All Implemented Interfaces:
Interceptor

public class GroovyInterceptor extends AbstractScriptInterceptor
Description
Executes a Groovy script. The script can access and manipulate data from the request and response. Use this or the Javascript plugin to extend the functions of Membrane by scripting. See: example/groovy for working samples
Topic
4. Interceptors/Features