[jboss-cvs] jboss-portal/portlet/src/main/org/jboss/portal/portlet/container ...

Julien Viet julien at jboss.com
Tue Aug 22 10:51:48 EDT 2006


  User: julien  
  Date: 06/08/22 10:51:48

  Modified:    portlet/src/main/org/jboss/portal/portlet/container 
                        PortletContainerInvoker.java
  Log:
  added getProperties(String portletId, Set keys) on PortletInvoker to match WSRP semantics
  
  Revision  Changes    Path
  1.27      +6 -1      jboss-portal/portlet/src/main/org/jboss/portal/portlet/container/PortletContainerInvoker.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: PortletContainerInvoker.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/portlet/src/main/org/jboss/portal/portlet/container/PortletContainerInvoker.java,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -b -r1.26 -r1.27
  --- PortletContainerInvoker.java	22 Aug 2006 14:08:53 -0000	1.26
  +++ PortletContainerInvoker.java	22 Aug 2006 14:51:48 -0000	1.27
  @@ -41,7 +41,7 @@
    * An implementation of portlet invoker that makes a call to a portlet container.
    *
    * @author <a href="mailto:julien at jboss.org">Julien Viet</a>
  - * @version $Revision: 1.26 $
  + * @version $Revision: 1.27 $
    */
   public class PortletContainerInvoker extends AbstractJBossService implements PortletInvoker
   {
  @@ -150,6 +150,11 @@
         throw new UnsupportedOperationException();
      }
   
  +   public PropertyMap getProperties(String portletId, Set keys) throws IllegalArgumentException, PortletInvokerException, UnsupportedOperationException
  +   {
  +      throw new UnsupportedOperationException();
  +   }
  +
      public PropertyMap getProperties(String portletId) throws IllegalArgumentException, PortletInvokerException, UnsupportedOperationException
      {
         throw new UnsupportedOperationException();
  
  
  



More information about the jboss-cvs-commits mailing list