public static interface JexlContext.ModuleProcessor
| Modifier and Type | Method and Description |
|---|---|
Object |
processModule(JexlEngine engine,
JexlInfo info,
String name,
String body)
Defines a module.
|
Object processModule(JexlEngine engine, JexlInfo info, String name, String body)
engine - the engine evaluating this module pragmainfo - the info at the pragma locationname - the module namebody - the module definition which can be its location or sourceCopyright © 2001–2022 The Apache Software Foundation. All rights reserved.