Uses of Interface
com.schibsted.spt.data.jslt.Expression
-
Packages that use Expression Package Description com.schibsted.spt.data.jslt The public API to the JSLT processor.com.schibsted.spt.data.jslt.filters Interfaces and classes for filtering which key/value pairs are preserved in JSON objects as output from JSLT.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 Expression in com.schibsted.spt.data.jslt
Methods in com.schibsted.spt.data.jslt that return Expression Modifier and Type Method Description ExpressionParser. compile()Compile the JSLT from the defined parameters.static ExpressionParser. compile(java.io.File jslt)Compile the given JSLT file.static ExpressionParser. compile(java.io.File jslt, java.util.Collection<Function> functions)Compile the given JSLT file with the given predefined functions.static ExpressionParser. compile(java.lang.String source, java.io.Reader reader, java.util.Collection<Function> functions)Compile JSLT expression from the Reader.static ExpressionParser. compileResource(java.lang.String jslt)Load and compile JSLT expression from the classpath.static ExpressionParser. compileResource(java.lang.String jslt, java.util.Collection<Function> functions)Load and compile JSLT expression from the classpath with the given extension functions.static ExpressionParser. compileString(java.lang.String jslt)Compile JSLT expression given as an inline string.static ExpressionParser. compileString(java.lang.String jslt, java.util.Collection<Function> functions)Compile JSLT expression given as an inline string with the given extension functions. -
Uses of Expression in com.schibsted.spt.data.jslt.filters
Fields in com.schibsted.spt.data.jslt.filters declared as Expression Modifier and Type Field Description private ExpressionJsltJsonFilter. jsltConstructors in com.schibsted.spt.data.jslt.filters with parameters of type Expression Constructor Description JsltJsonFilter(Expression jslt) -
Uses of Expression in com.schibsted.spt.data.jslt.impl
Classes in com.schibsted.spt.data.jslt.impl that implement Expression Modifier and Type Class Description classExpressionImplWrapper class that translates an external Expression to an ExpressionNode. -
Uses of Expression in com.schibsted.spt.data.jslt.parser
Methods in com.schibsted.spt.data.jslt.parser that return Expression Modifier and Type Method Description static ExpressionParserImpl. compileExpression(ParseContext ctx, JsltParser parser)
-