Uses of Interface
com.schibsted.spt.data.jslt.Module
Packages that use Module
Package
Description
The public API to the JSLT processor.
This package contains implementation-internal interfaces and classes.
-
Uses of Module in com.schibsted.spt.data.jslt
Method parameters in com.schibsted.spt.data.jslt with type arguments of type ModuleModifier and TypeMethodDescriptionParser.withNamedModules(Map<String, Module> thisModules) Create a new Parser with the given modules registered. -
Uses of Module in com.schibsted.spt.data.jslt.impl
Classes in com.schibsted.spt.data.jslt.impl that implement ModuleModifier and TypeClassDescriptionclassA module containing functions and macros that *may* be officially added to JSLT in the future.classRepresents a JSLT source code file loaded separately.classIn-memory module.Methods in com.schibsted.spt.data.jslt.impl that return ModuleMethods in com.schibsted.spt.data.jslt.impl that return types with arguments of type ModuleMethods in com.schibsted.spt.data.jslt.impl with parameters of type ModuleConstructor parameters in com.schibsted.spt.data.jslt.impl with type arguments of type ModuleModifierConstructorDescriptionParseContext(Collection<Function> extensions, String source, ResourceResolver resolver, Map<String, Module> namedModules, List<JstlFile> files, PreparationContext preparationContext, JsonFilter objectFilter)