Uses of Interface
com.schibsted.spt.data.jslt.ResourceResolver
Packages that use ResourceResolver
Package
Description
The public API to the JSLT processor.
This package contains implementation-internal interfaces and classes.
-
Uses of ResourceResolver in com.schibsted.spt.data.jslt
Methods in com.schibsted.spt.data.jslt with parameters of type ResourceResolverModifier and TypeMethodDescriptionParser.withResourceResolver(ResourceResolver thisResolver) Create a new Parser with the given resource resolver. -
Uses of ResourceResolver in com.schibsted.spt.data.jslt.impl
Classes in com.schibsted.spt.data.jslt.impl that implement ResourceResolverModifier and TypeClassDescriptionclassfinal classMethods in com.schibsted.spt.data.jslt.impl that return ResourceResolverConstructors in com.schibsted.spt.data.jslt.impl with parameters of type ResourceResolverModifierConstructorDescriptionParseContext(Collection<Function> extensions, String source, ResourceResolver resolver, Map<String, Module> namedModules, List<JstlFile> files, PreparationContext preparationContext, JsonFilter objectFilter)