[jboss-svn-commits] JBoss Portal SVN: r5231 - trunk/portlet/src/main/org/jboss/portal/portlet/invocation

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Sep 20 09:42:13 EDT 2006


Author: julien at jboss.com
Date: 2006-09-20 09:42:10 -0400 (Wed, 20 Sep 2006)
New Revision: 5231

Modified:
   trunk/portlet/src/main/org/jboss/portal/portlet/invocation/PortletInvocation.java
Log:
remove obsolete PortletInvocation request attribute name id

Modified: trunk/portlet/src/main/org/jboss/portal/portlet/invocation/PortletInvocation.java
===================================================================
--- trunk/portlet/src/main/org/jboss/portal/portlet/invocation/PortletInvocation.java	2006-09-20 13:27:01 UTC (rev 5230)
+++ trunk/portlet/src/main/org/jboss/portal/portlet/invocation/PortletInvocation.java	2006-09-20 13:42:10 UTC (rev 5231)
@@ -55,9 +55,6 @@
    public static final Scope REQUEST_SCOPE = ServerInvocation.REQUEST_SCOPE;
 
    /** The attribute name under which the portlet id can be accessed. */
-   public static final String PORTLET_ID_ATTRIBUTE = "portletid";
-
-   /** The attribute name under which the portlet id can be accessed. */
    public static final String PORTLET_CONTEXT_ATTRIBUTE = "portletcontext";
 
    /** The attribute name under which the registry can be accessed. */




More information about the jboss-svn-commits mailing list