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 ModuleModifierConstructorDescriptionprivateParser(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 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.Fields in com.schibsted.spt.data.jslt.impl with type parameters of type ModuleModifier and TypeFieldDescriptionParseContext.modulesImported modules listed under their prefixes.ParseContext.namedModulesNamed 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)