91-9990449935 0120-4256464 |
Spring Expression Language (SPEL) TutorialSpEL is an exression language supporting the features of querying and manipulating an object graph at runtime. There are many expression languages available such as JSP EL, OGNL, MVEL and JBoss EL. SpEL provides some additional features such as method invocation and string templating functionality. SpEL APIThe SpEL API provides many interfaces and classes. They are as follows:
Hello SPEL ExampleOther SPEL ExampleLet's see a lot of useful examples of SPEL. Here, we are assuming all the examples have been written inside the main() method. Using concat() method with StringConverting String into byte arrayGetting length after converting string into bytesConverting String contents into uppercase letter
Next TopicOperators In Spel
|