It should be possible to create WroModel dynamically based on
HttpServletRequest. Example: extract the required resources from the request
based on provided parameters.
Currently, the model can be created dynamically, but once created, it will be
reused for subsequent requests.
It should be possible to "grow" the model (add new groups and resources)
dynamically. This approach provides a high degree of flexibility and it should
be clear for the developer implementing this, that it might have a cost of
"model security" and "model size explosion". In other words, allowing anybody
to mutate the model using a simple get request might have unwanted
consequences. So, this feature must be implemented carefully.
Original issue reported on code.google.com by alex.obj...@gmail.com on 3 Dec 2013 at 3:55
Original issue reported on code.google.com by
alex.obj...@gmail.com
on 3 Dec 2013 at 3:55