Package com.googlecode.aviator
Interface FunctionLoader
- All Known Implementing Classes:
ClassPathConfigFunctionLoader
public interface FunctionLoader
Function loader to load function when function not found.
-
Method Summary
Modifier and TypeMethodDescriptiononFunctionNotFound
(String name) Invoked when function not found, The implementation must returns null when function not found.
-
Method Details
-
onFunctionNotFound
Invoked when function not found, The implementation must returns null when function not found.- Parameters:
name
- function name
-