Spring Expression Language (SpEL): Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
Line 4: Line 4:
=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.