From: Juergen H. <jho...@us...> - 2008-11-27 18:04:42
|
Update of /cvsroot/springframework/spring/src/org/springframework/web/portlet/handler In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv4919/src/org/springframework/web/portlet/handler Modified Files: ParameterHandlerMapping.java Log Message: polishing Index: ParameterHandlerMapping.java =================================================================== RCS file: /cvsroot/springframework/spring/src/org/springframework/web/portlet/handler/ParameterHandlerMapping.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** ParameterHandlerMapping.java 11 Oct 2007 15:51:56 -0000 1.6 --- ParameterHandlerMapping.java 27 Nov 2008 18:04:36 -0000 1.7 *************** *** 95,99 **** /** ! * Register all handlers specified in the Portlet mode map for the corresponding modes. * @param parameterMap Map with parameter names as keys and handler beans or bean names as values * @throws BeansException if the handler couldn't be registered --- 95,99 ---- /** ! * Register all handlers for the specified parameters. * @param parameterMap Map with parameter names as keys and handler beans or bean names as values * @throws BeansException if the handler couldn't be registered |