You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Right now, the expression language (OGNL) will call getModel, or any other Value Stack property, each time the method is referenced. One possible enhancement to the framework would be to enable caching, to avoid redundant calls when you know the value will not change.

  • No labels