public interface ViewModelProcessor
ViewModelProcessor
process the ModelAndView
and modify it prior to rendering by
either adding or removing entries.Modifier and Type | Method and Description |
---|---|
void |
process(HttpRequest<?> request,
ModelAndView<Map<String,Object>> modelAndView)
Invoked prior to the view rendering.
|
void process(@Nonnull HttpRequest<?> request, @Nonnull ModelAndView<Map<String,Object>> modelAndView)
request
- The request being processedmodelAndView
- The model and view