Package com.schibsted.spt.data.jslt
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
Returns the function with the given name. The return value is a Callable, because the method may also return a macro.
-