Uses of Interface
com.schibsted.spt.data.jslt.Callable
Packages that use Callable
Package
Description
The public API to the JSLT processor.
This package contains implementation-internal interfaces and classes.
-
Uses of Callable in com.schibsted.spt.data.jslt
Subinterfaces of Callable in com.schibsted.spt.data.jsltMethods in com.schibsted.spt.data.jslt that return CallableModifier and TypeMethodDescriptionModule.getCallable
(String name) Returns the function with the given name. -
Uses of Callable in com.schibsted.spt.data.jslt.impl
Subinterfaces of Callable in com.schibsted.spt.data.jslt.implClasses in com.schibsted.spt.data.jslt.impl that implement CallableModifier and TypeClassDescriptionclass
class
private static class
private static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
class
class
class
Represents a JSLT source code file loaded separately.class
An optimized version of contains(a, b) which is used when b is an array literal with a large number of values, so that a linear search becomes a performance drag.Fields in com.schibsted.spt.data.jslt.impl declared as CallableFields in com.schibsted.spt.data.jslt.impl with type parameters of type CallableMethods in com.schibsted.spt.data.jslt.impl that return CallableModifier and TypeMethodDescriptionExperimentalModule.getCallable
(String name) JstlFile.getCallable
(String name) ModuleImpl.getCallable
(String name) ParseContext.getImportedCallable
(String prefix, String name, Location loc) Methods in com.schibsted.spt.data.jslt.impl with parameters of type Callable