Backward compatibility. Earlier versions of Spring only had getModel()newer versions added more explicit getModelMap(). Note that the return type is slightly different and getModelMap()returns a more strongly typed ModelMapclass, rather than raw pre-java5 Map.
source
share