From portal-commits at lists.jboss.org Fri Mar 23 12:35:35 2007 Content-Type: multipart/mixed; boundary="===============3318132550462583977==" MIME-Version: 1.0 From: portal-commits at lists.jboss.org To: portal-commits at lists.jboss.org Subject: [portal-commits] JBoss Portal SVN: r6807 - trunk/core/src/main/org/jboss/portal/core/model/content/spi/portlet. Date: Fri, 23 Mar 2007 12:35:35 -0400 Message-ID: --===============3318132550462583977== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: julien(a)jboss.com Date: 2007-03-23 12:35:34 -0400 (Fri, 23 Mar 2007) New Revision: 6807 Modified: trunk/core/src/main/org/jboss/portal/core/model/content/spi/portlet/Cont= entPortlet.java Log: minor javadoc Modified: trunk/core/src/main/org/jboss/portal/core/model/content/spi/portl= et/ContentPortlet.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/core/src/main/org/jboss/portal/core/model/content/spi/portlet/Con= tentPortlet.java 2007-03-23 16:29:59 UTC (rev 6806) +++ trunk/core/src/main/org/jboss/portal/core/model/content/spi/portlet/Con= tentPortlet.java 2007-03-23 16:35:34 UTC (rev 6807) @@ -25,7 +25,7 @@ import org.jboss.portal.Mode; = /** - * Content portlet meta data. + * Define the portlet integration for content interactions. * * @author Julien Viet * @version $Revision: 1.1 $ @@ -39,11 +39,10 @@ Mode EDIT_CONTENT_MODE =3D Mode.create("edit_content"); = /** - * Return the portlet name to use for handling the specified mode. + * Return the portlet name to use for handling the specified mode or nu= ll if the mode is not handled. * * @param mode the mode * @return the portlet name */ String getPortletName(Mode mode); - } --===============3318132550462583977==--