-
Notifications
You must be signed in to change notification settings - Fork 0
Templating Guide
tporcham edited this page Jan 30, 2019
·
2 revisions
MVEL text templating is a powerful extension of the MVEL language, allowing you to take the power of MVEL and create robust, fast and human-readable templates.
Hello, @{title} @{firstName}
We just want to tell you about our wonderful new expression
language, MVEL. Come check it out at https://github.com/tporcham/mvel.
Thanks again @{firstName}, we hope to see you soon.
-- The MVEL Team
(No, we don't spam people)
Still stuck? TemplateConfidenceTests is a good place to look for examples on all of MVEL's Templating capabilities.
This is the documentation for MVEL 1.2.x and 1.3.x. If you are using MVEL 2.*, please proceed to the documentation for MVEL 2.*