Interface Module
- All Known Implementing Classes:
ExperimentalModule, JstlFile, ModuleImpl
public interface Module
Interface to a module, which can come from loading a JSLT or from
injecting collections of functions.
-
Method Summary
Modifier and TypeMethodDescriptiongetCallable(String name) Returns the function with the given name.
-
Method Details
-
getCallable
-