The basic form is ....
${p:scope/propertyName}
where scope is application, environment, resource (there are more, I've found these the most useful)
All scopes have a build in
allProperties array, for example
${p:environment/allProperties}
Array elements are comma separated with each element of the form key=value
No comments:
Post a Comment