Return value handling may be skipped entirely when the method returns {@code null} (also possibly dueto a {@code void} return type) and one of the following additional conditions is true:
After the return value is handled, callers of this method can use the {@link ModelAndViewContainer}to gain access to model attributes, view selection choices, and to check if view resolution is even needed. @param request the current request @param mavContainer the {@link ModelAndViewContainer} for the current request @param providedArgs argument values to try to use without the need for view resolution
|
|