org.mmbase.applications.vprowizards.spring
Interface ModelAndViewResolver

All Known Implementing Classes:
ReferrerResolver

public interface ModelAndViewResolver

Any number of objects of this type can be added to the WizardController. They will be executed in chained fashon, in order to resolve where the request should be directed to. This is a nice way to implement your own specialized behavour.

Author:
ebunders

Method Summary
 org.springframework.web.servlet.ModelAndView getModelAndView(HttpServletRequest request, ResultContainer resultContainer)
           
 

Method Detail

getModelAndView

org.springframework.web.servlet.ModelAndView getModelAndView(HttpServletRequest request,
                                                             ResultContainer resultContainer)


MMBase 2.0-SNAPSHOT - null