For Spring Framework
where is the complete list of reserved words or Predefined Variables about SpEL
with their respective explanation? It such as for:
environment
systemProperties
systemEnvironment
For example in this valuable tutorial is just shown the 2 latest of the list shown above
Consider if Spring 6 added more of them, it as an improvement, therefore could be more.
Yes, I did do a research - currently for version 6 - at the official documentation at:
But does not contain the reserved words.
Note:
Yes, appears the getSystemEnvironment()
and getSystemProperties()
methods at the AbstractEnvironment class, but see the following class:
- StandardEnvironment - subclass of
AbstractEnvironment
See the Field Summary
section, it has the systemEnvironment
and systemProperties
variables used by SpEL. I am assuming other class would have the enviroment
variable