Uses of Interface
com.schibsted.spt.data.jslt.Callable
-
Packages that use Callable 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 Callable in com.schibsted.spt.data.jslt
Subinterfaces of Callable in com.schibsted.spt.data.jslt Modifier and Type Interface Description interface
Function
Interface for function implementations.Methods in com.schibsted.spt.data.jslt that return Callable Modifier and Type Method Description Callable
Module. getCallable(java.lang.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.impl Modifier and Type Interface Description interface
Macro
Interface implemented by all macros.Fields in com.schibsted.spt.data.jslt.impl declared as Callable Modifier and Type Field Description private Callable
AbstractInvocationExpression. callable
Fields in com.schibsted.spt.data.jslt.impl with type parameters of type Callable Modifier and Type Field Description private java.util.Map<java.lang.String,Callable>
ExperimentalModule. callables
Methods in com.schibsted.spt.data.jslt.impl that return Callable Modifier and Type Method Description Callable
ExperimentalModule. getCallable(java.lang.String name)
Callable
JstlFile. getCallable(java.lang.String name)
Callable
ModuleImpl. getCallable(java.lang.String name)
Callable
ParseContext. getImportedCallable(java.lang.String prefix, java.lang.String name, Location loc)
Methods in com.schibsted.spt.data.jslt.impl with parameters of type Callable Modifier and Type Method Description private void
ExperimentalModule. register(Callable callable)
void
AbstractInvocationExpression. resolve(Callable callable)
-