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 Detail

      • getCallable

        Callable getCallable​(java.lang.String name)
        Returns the function with the given name. The return value is a Callable, because the method may also return a macro.