Package org.xwiki.groovy
Interface GroovyConfiguration
Configuration properties for the Groovy engine.
- Since:
- 4.1M1
- Version:
- $Id: ed46be9ea5ced12993a8a822a66fb7fb05805dab $
-
Method Summary
Modifier and TypeMethodDescriptionList<org.codehaus.groovy.control.customizers.CompilationCustomizer>
-
Method Details
-
getCompilationCustomizerNames
- Returns:
- the list of Customizer names classes to use when executing a Groovy script
-
getCompilationCustomizers
List<org.codehaus.groovy.control.customizers.CompilationCustomizer> getCompilationCustomizers()- Returns:
- the list of Customizer implementation classes to use when executing a Groovy script
-