| Package | Description |
|---|---|
| com.googlecode.aviator | |
| com.googlecode.aviator.spring |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassPathConfigFunctionLoader
A function loader that loads function from classpath config file.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
AviatorEvaluator.addFunctionLoader(FunctionLoader loader)
Adds a function loader.
|
void |
AviatorEvaluatorInstance.addFunctionLoader(FunctionLoader loader)
Adds a function loader
|
static void |
AviatorEvaluator.removeFunctionLoader(FunctionLoader loader)
Removes a function loader.
|
void |
AviatorEvaluatorInstance.removeFunctionLoader(FunctionLoader loader)
Remove a function loader
|
| Modifier and Type | Class and Description |
|---|---|
class |
SpringContextFunctionLoader
Function loader based on spring context, try to find the function by name from spring context.
|
class |
SringContextFunctionLoader
Deprecated.
Use
SpringContextFunctionLoader instead. |
Copyright © 2010–2022. All rights reserved.