Uses of Interface
com.schibsted.spt.data.jslt.Module
-
Packages that use Module Package Description com.schibsted.spt.data.jslt The public API to the JSLT processor.com.schibsted.spt.data.jslt.impl 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 Module Modifier and Type Field Description private java.util.Map<java.lang.String,Module>
Parser. modules
Method parameters in com.schibsted.spt.data.jslt with type arguments of type Module Modifier and Type Method Description Parser
Parser. withNamedModules(java.util.Map<java.lang.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 Module Constructor Description Parser(java.lang.String source, java.io.Reader reader, java.util.Collection<Function> functions, ResourceResolver resolver, java.util.Map<java.lang.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 Module Modifier and Type Class Description class
ExperimentalModule
A module containing functions and macros that *may* be officially added to JSLT in the future.class
JstlFile
Represents a JSLT source code file loaded separately.class
ModuleImpl
In-memory module.Fields in com.schibsted.spt.data.jslt.impl with type parameters of type Module Modifier and Type Field Description private java.util.Map<java.lang.String,Module>
ParseContext. modules
Imported modules listed under their prefixes.private java.util.Map<java.lang.String,Module>
ParseContext. namedModules
Named modules listed under their identifiers.Methods in com.schibsted.spt.data.jslt.impl that return Module Modifier and Type Method Description Module
ParseContext. getNamedModule(java.lang.String identifier)
Methods in com.schibsted.spt.data.jslt.impl that return types with arguments of type Module Modifier and Type Method Description java.util.Map<java.lang.String,Module>
ParseContext. getNamedModules()
Methods in com.schibsted.spt.data.jslt.impl with parameters of type Module Modifier and Type Method Description void
ParseContext. registerModule(java.lang.String prefix, Module module)
Constructor parameters in com.schibsted.spt.data.jslt.impl with type arguments of type Module Constructor Description ParseContext(java.util.Collection<Function> extensions, java.lang.String source, ResourceResolver resolver, java.util.Map<java.lang.String,Module> namedModules, java.util.List<JstlFile> files, PreparationContext preparationContext, JsonFilter objectFilter)
-