]
Peter Royle reassigned SEAMFORGE-291:
-------------------------------------
Assignee: Peter Royle
Make string helpers available in all templates
----------------------------------------------
Key: SEAMFORGE-291
URL:
https://issues.jboss.org/browse/SEAMFORGE-291
Project: Seam Forge
Issue Type: Feature Request
Affects Versions: 1.0.0.Beta1
Reporter: Peter Royle
Assignee: Peter Royle
Priority: Optional
It might be handy to make some standard, string munging utility methods available to all
MVEL templates. The set of utilities could be based on a subset of the Apache Commons Lang
StringUtils static methods. Some examples:
@{render.uncapitalize('PostalAddress')}
These can be included using this
method:(http://mvel.codehaus.org/Programmatic+Imports+for+2.0) Note the use of the
'render' namespace so as not to pollute the global namespace.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: