Package org.xwiki.groovy
Interface GroovyConfiguration
-
@Role public interface GroovyConfiguration
Configuration properties for the Groovy engine.- Since:
- 4.1M1
- Version:
- $Id: ed46be9ea5ced12993a8a822a66fb7fb05805dab $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>
getCompilationCustomizerNames()
List<org.codehaus.groovy.control.customizers.CompilationCustomizer>
getCompilationCustomizers()
-
-
-
Method Detail
-
getCompilationCustomizerNames
List<String> 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
-
-