Package com.schibsted.spt.data.jslt
The public API to the JSLT processor.
-
Interface Summary Interface Description Callable Common interface for macros and functions.Expression Represents a compiled JSLT expression.Function Interface for function implementations.Module Interface to a module, which can come from loading a JSLT or from injecting collections of functions.ResourceResolver Given a string identifying a JSLT module file, return a Reader that produces the module. -
Class Summary Class Description FunctionUtils Useful methods for working with Functions.Parser Parses JSLT expressions to Expression objects for evaluating them. -
Exception Summary Exception Description JsltException Parent exception for all exceptions thrown by JSLT for both compilation and run-time errors.