From: Juergen H. <jho...@us...> - 2006-08-10 18:12:36
|
Update of /cvsroot/springframework/spring/src/org/springframework/web/portlet/handler In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv850/src/org/springframework/web/portlet/handler Modified Files: SimplePortletPostProcessor.java Log Message: renamed PortletBean to GenericPortletBean Index: SimplePortletPostProcessor.java =================================================================== RCS file: /cvsroot/springframework/spring/src/org/springframework/web/portlet/handler/SimplePortletPostProcessor.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** SimplePortletPostProcessor.java 18 Dec 2005 05:23:47 -0000 1.2 --- SimplePortletPostProcessor.java 10 Aug 2006 18:12:33 -0000 1.3 *************** *** 1,4 **** /* ! * Copyright 2002-2005 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); --- 1,4 ---- /* ! * Copyright 2002-2006 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); *************** *** 50,54 **** * * <p>For reuse of a Portlet implementation in a plain Portlet container and as ! * a bean in a Spring context, consider deriving from Spring's PortletBean * base class that applies Portlet initialization parameters as bean properties, * supporting both initialization styles. --- 50,54 ---- * * <p>For reuse of a Portlet implementation in a plain Portlet container and as ! * a bean in a Spring context, consider deriving from Spring's GenericPortletBean * base class that applies Portlet initialization parameters as bean properties, * supporting both initialization styles. *************** *** 65,69 **** * @see javax.portlet.PortletConfig * @see SimplePortletHandlerAdapter ! * @see org.springframework.web.portlet.PortletBean * @see org.springframework.web.portlet.mvc.PortletWrappingController */ --- 65,69 ---- * @see javax.portlet.PortletConfig * @see SimplePortletHandlerAdapter ! * @see org.springframework.web.portlet.GenericPortletBean * @see org.springframework.web.portlet.mvc.PortletWrappingController */ |