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 Type
    Method
    Description
    Returns the function with the given name.
  • Method Details

    • getCallable

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