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 interfaceFunctionInterface for function implementations.Methods in com.schibsted.spt.data.jslt that return Callable Modifier and Type Method Description CallableModule. 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 interfaceMacroInterface implemented by all macros.Fields in com.schibsted.spt.data.jslt.impl declared as Callable Modifier and Type Field Description private CallableAbstractInvocationExpression. callableFields 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. callablesMethods in com.schibsted.spt.data.jslt.impl that return Callable Modifier and Type Method Description CallableExperimentalModule. getCallable(java.lang.String name)CallableJstlFile. getCallable(java.lang.String name)CallableModuleImpl. getCallable(java.lang.String name)CallableParseContext. 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 voidExperimentalModule. register(Callable callable)voidAbstractInvocationExpression. resolve(Callable callable)
-