Class ModuleImpl

java.lang.Object
com.schibsted.spt.data.jslt.impl.ModuleImpl
All Implemented Interfaces:
Module

public class ModuleImpl extends Object implements Module
In-memory module.
  • Field Details

  • Constructor Details

  • Method Details

    • getCallable

      public Callable getCallable(String name)
      Description copied from interface: Module
      Returns the function with the given name. The return value is a Callable, because the method may also return a macro.
      Specified by:
      getCallable in interface Module