Uses of Class
com.schibsted.spt.data.jslt.impl.JstlFile
-
Packages that use JstlFile Package Description com.schibsted.spt.data.jslt.impl This package contains implementation-internal interfaces and classes.com.schibsted.spt.data.jslt.parser The implementation of the JSLT parser. -
-
Uses of JstlFile in com.schibsted.spt.data.jslt.impl
Fields in com.schibsted.spt.data.jslt.impl declared as JstlFile Modifier and Type Field Description private JstlFile[]
ExpressionImpl. fileModules
Fields in com.schibsted.spt.data.jslt.impl with type parameters of type JstlFile Modifier and Type Field Description private java.util.List<JstlFile>
ParseContext. files
Tracks all loaded JSLT files.Methods in com.schibsted.spt.data.jslt.impl that return types with arguments of type JstlFile Modifier and Type Method Description java.util.List<JstlFile>
ParseContext. getFiles()
Methods in com.schibsted.spt.data.jslt.impl with parameters of type JstlFile Modifier and Type Method Description void
ParseContext. registerJsltFile(JstlFile file)
Method parameters in com.schibsted.spt.data.jslt.impl with type arguments of type JstlFile Modifier and Type Method Description void
ExpressionImpl. setGlobalModules(java.util.List<JstlFile> fileModules)
Constructor parameters in com.schibsted.spt.data.jslt.impl with type arguments of type JstlFile 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)
-
Uses of JstlFile in com.schibsted.spt.data.jslt.parser
Methods in com.schibsted.spt.data.jslt.parser that return JstlFile Modifier and Type Method Description private static JstlFile
ParserImpl. doImport(ParseContext parent, java.lang.String source, SimpleNode node, java.lang.String prefix)
-