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

Julien Viet julien at jboss.com
Mon Jul 10 18:51:46 EDT 2006


  User: julien  
  Date: 06/07/10 18:51:46

  Modified:    portlet/src/main/org/jboss/portal/federation/impl 
                        PortletInvokerRegistrationService.java
  Log:
  make instance preferences work from xml deployment descriptor
  
  Revision  Changes    Path
  1.3       +6 -4      jboss-portal/portlet/src/main/org/jboss/portal/federation/impl/PortletInvokerRegistrationService.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: PortletInvokerRegistrationService.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/portlet/src/main/org/jboss/portal/federation/impl/PortletInvokerRegistrationService.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- PortletInvokerRegistrationService.java	30 May 2006 14:13:52 -0000	1.2
  +++ PortletInvokerRegistrationService.java	10 Jul 2006 22:51:46 -0000	1.3
  @@ -27,20 +27,22 @@
   import org.jboss.portal.portlet.PortletInvoker;
   
   /**
  + * Register any portlet invoker into a federating portlet invoker.
  + *
    * @author <a href="mailto:julien at jboss.org">Julien Viet</a>
  - * @version $Revision: 1.2 $
  + * @version $Revision: 1.3 $
    * @since 2.4
    */
   public class PortletInvokerRegistrationService extends AbstractJBossService implements PortletInvokerRegistration
   {
   
  -   /** . */
  +   /** The registration id. */
      private String id;
   
  -   /** . */
  +   /** The portlet invoker to register. */
      private PortletInvoker portletInvoker;
   
  -   /** . */
  +   /** The federating portlet invoker. */
      private FederatingPortletInvoker federatingPortletInvoker;
   
      public String getId()
  
  
  



More information about the jboss-cvs-commits mailing list