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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Callable
getCallable(java.lang.String name)
Returns the function with the given name.
-
-
-
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.
-
-