Uses of Package
org.springframework.expression.spel.standard
Packages that use org.springframework.expression.spel.standard
Package
Description
Expression parsing support within a Spring application context.
SpEL's standard parser implementation.
-
-
Classes in org.springframework.expression.spel.standard used by org.springframework.expression.spel.standardClassDescriptionA SpelCompiler will take a regular parsed expression and create (and load) a class containing byte code that does the same thing as that expression.A
SpelExpression
represents a parsed (valid) expression that is ready to be evaluated in a specified context.