Spring Expression Language (SpEL): Difference between revisions
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...") |
|||
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]] | ||
=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. |
Revision as of 02:08, 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.