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
Fields in com.schibsted.spt.data.jslt with type parameters of type ModuleMethod 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.Constructor parameters in com.schibsted.spt.data.jslt with type arguments of type ModuleModifierConstructorDescriptionprivate
Parser
(String source, Reader reader, Collection<Function> functions, ResourceResolver resolver, Map<String, Module> modules, JsonFilter filter) -
Uses of Module in com.schibsted.spt.data.jslt.impl
Classes in com.schibsted.spt.data.jslt.impl that implement ModuleModifier and TypeClassDescriptionclass
A module containing functions and macros that *may* be officially added to JSLT in the future.class
Represents a JSLT source code file loaded separately.class
In-memory module.Fields in com.schibsted.spt.data.jslt.impl with type parameters of type ModuleModifier and TypeFieldDescriptionParseContext.modules
Imported modules listed under their prefixes.ParseContext.namedModules
Named modules listed under their identifiers.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)