[jboss-cvs] jboss-portal/core/src/main/org/jboss/portal/core/cms ...

Julien Viet julien at jboss.com
Thu Jul 20 19:48:38 EDT 2006


  User: julien  
  Date: 06/07/20 19:48:38

  Modified:    core/src/main/org/jboss/portal/core/cms 
                        CMSObjectCommandFactory.java
  Log:
  more flexibility in command factories : PortalObjectCommandFactory and CMSObjectCommandFactory do not extend the delegate. Rather the delegate command factory is used standalone to delegate then
  
  Revision  Changes    Path
  1.11      +2 -2      jboss-portal/core/src/main/org/jboss/portal/core/cms/CMSObjectCommandFactory.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CMSObjectCommandFactory.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/core/src/main/org/jboss/portal/core/cms/CMSObjectCommandFactory.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- CMSObjectCommandFactory.java	11 Jul 2006 21:07:00 -0000	1.10
  +++ CMSObjectCommandFactory.java	20 Jul 2006 23:48:38 -0000	1.11
  @@ -29,7 +29,7 @@
   import org.jboss.portal.core.cms.command.StreamContentCommand;
   import org.jboss.portal.core.command.ControllerCommand;
   import org.jboss.portal.core.command.InvokeWindowRenderCommand;
  -import org.jboss.portal.core.command.mapper.CommandFactoryDelegate;
  +import org.jboss.portal.core.command.mapper.AbstractCommandFactory;
   import org.jboss.portal.portlet.Mode;
   import org.jboss.portal.portlet.ParametersStateString;
   import org.jboss.portal.server.ServerInvocation;
  @@ -41,7 +41,7 @@
    *
    * @author <a href="mailto:roy at jboss.org">Roy Russo</a>
    */
  -public class CMSObjectCommandFactory extends CommandFactoryDelegate
  +public class CMSObjectCommandFactory extends AbstractCommandFactory
   {
   
      /**
  
  
  



More information about the jboss-cvs-commits mailing list