public interface EmbedControllerRequestPostProcessor
Modifier and Type | Method and Description |
---|---|
void |
process(javax.servlet.http.HttpServletRequest request,
org.springframework.web.servlet.ModelAndView modelAndView)
Called after the EmbedController handled the request and prepared the ModelAndView for
rendering.
|
void process(javax.servlet.http.HttpServletRequest request, org.springframework.web.servlet.ModelAndView modelAndView)
request
- the current requestmodelAndView
- the prepared ModelAndViewCopyright © 2019 Communote team. All rights reserved.