Package com.schibsted.spt.data.jslt.impl
Class ExperimentalModule
java.lang.Object
com.schibsted.spt.data.jslt.impl.ExperimentalModule
- All Implemented Interfaces:
Module
A module containing functions and macros that *may* be officially
added to JSLT in the future. For now, they're made available here
so that people can use them and we can build experience with these
implementations.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCallable
(String name) Returns the function with the given name.private void
-
Field Details
-
URI
- See Also:
-
callables
-
-
Constructor Details
-
ExperimentalModule
public ExperimentalModule()
-
-
Method Details
-
getCallable
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 interfaceModule
-
register
-