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 Expression
Parser. compile()
Compile the JSLT from the defined parameters.static Expression
Parser. compile(java.io.File jslt)
Compile the given JSLT file.static Expression
Parser. compile(java.io.File jslt, java.util.Collection<Function> functions)
Compile the given JSLT file with the given predefined functions.static Expression
Parser. compile(java.lang.String source, java.io.Reader reader, java.util.Collection<Function> functions)
Compile JSLT expression from the Reader.static Expression
Parser. compileResource(java.lang.String jslt)
Load and compile JSLT expression from the classpath.static Expression
Parser. compileResource(java.lang.String jslt, java.util.Collection<Function> functions)
Load and compile JSLT expression from the classpath with the given extension functions.static Expression
Parser. compileString(java.lang.String jslt)
Compile JSLT expression given as an inline string.static Expression
Parser. 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 Expression
JsltJsonFilter. jslt
Constructors 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 class
ExpressionImpl
Wrapper 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 Expression
ParserImpl. compileExpression(ParseContext ctx, JsltParser parser)
-