FunctionLoaderSringContextFunctionLoaderpublic class SpringContextFunctionLoader extends Object implements FunctionLoader
| Constructor | Description |
|---|---|
SpringContextFunctionLoader() |
|
SpringContextFunctionLoader(org.springframework.context.ApplicationContext applicationContext) |
| Modifier and Type | Method | Description |
|---|---|---|
org.springframework.context.ApplicationContext |
getApplicationContext() |
|
AviatorFunction |
onFunctionNotFound(String name) |
Invoked when function not found
|
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
public SpringContextFunctionLoader()
public SpringContextFunctionLoader(org.springframework.context.ApplicationContext applicationContext)
public org.springframework.context.ApplicationContext getApplicationContext()
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
public AviatorFunction onFunctionNotFound(String name)
FunctionLoaderonFunctionNotFound in interface FunctionLoadername - function nameCopyright © 2022–2023. All rights reserved.