Spring Expression Language (SpEL): Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=External= =Internal= * Spring Framework =Overview= The Spring Expression Language (SpEL) is an expression language that supports querying and manipu...")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
=External=
=External=
* https://docs.spring.io/spring-framework/docs/current/reference/html/core.html#expressions
=Internal=
=Internal=
* [[Spring_Framework#SpEL|Spring Framework]]
* [[Spring_Framework#SpEL|Spring Framework]]
* [[Spinnaker_Pipeline_SpEL_Expressions#Overview|Spinnaker Pipeline SpEL Expressions]]
=Overview=
=Overview=
The Spring Expression Language (SpEL) is an expression language that supports querying and manipulating an object graph at runtime. The language syntax is similar to Unified EL but offers additional features, most notably method invocation and basic string templating functionality.
The Spring Expression Language (SpEL) is an expression language that supports querying and manipulating an object graph at runtime. The language syntax is similar to Unified EL but offers additional features, most notably method invocation and basic string templating functionality.

Latest revision as of 02:10, 24 March 2022

External

Internal

Overview

The Spring Expression Language (SpEL) is an expression language that supports querying and manipulating an object graph at runtime. The language syntax is similar to Unified EL but offers additional features, most notably method invocation and basic string templating functionality.