+ containingMethod.getDeclaringClass().getName() + " must return object of type "
+ ModelAndView.class.getName());
}
NavigationHandlerFactory factoryInstance = new IdentityNavigationHandlerFactory(springViewNavigationHandler);
return new NavigationHandlerInfo(factoryInstance, containingMethod);
}