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

Julien Viet julien at jboss.com
Mon Jul 31 15:29:47 EDT 2006


  User: julien  
  Date: 06/07/31 15:29:47

  Modified:    core/src/main/org/jboss/portal/core/command/portlet   
                        CoreActionContext.java CoreInvocationContext.java
                        CoreRenderContext.java
  Log:
  - moved the portal api in the api module in order to have a standalone jar
  - JBPORTAL-631 : Try to move org.jboss.portlet package to the api module
  - IPC support in 2.4 (only for local portlets)
  
  Revision  Changes    Path
  1.14      +3 -3      jboss-portal/core/src/main/org/jboss/portal/core/command/portlet/CoreActionContext.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CoreActionContext.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/core/src/main/org/jboss/portal/core/command/portlet/CoreActionContext.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- CoreActionContext.java	31 Jul 2006 00:20:50 -0000	1.13
  +++ CoreActionContext.java	31 Jul 2006 19:29:47 -0000	1.14
  @@ -30,8 +30,8 @@
   import org.jboss.portal.portlet.invocation.ActionInvocation;
   import org.jboss.portal.server.ServerInvocation;
   import org.jboss.portal.portlet.Parameters;
  -import org.jboss.portal.portlet.WindowState;
  -import org.jboss.portal.portlet.Mode;
  +import org.jboss.portal.WindowState;
  +import org.jboss.portal.Mode;
   
   import javax.servlet.http.HttpServletRequest;
   import java.io.BufferedReader;
  @@ -40,7 +40,7 @@
   
   /**
    * @author <a href="mailto:julien at jboss.org">Julien Viet</a>
  - * @version $Revision: 1.13 $
  + * @version $Revision: 1.14 $
    */
   public class CoreActionContext extends CoreInvocationContext implements ActionContext
   {
  
  
  
  1.24      +3 -3      jboss-portal/core/src/main/org/jboss/portal/core/command/portlet/CoreInvocationContext.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CoreInvocationContext.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/core/src/main/org/jboss/portal/core/command/portlet/CoreInvocationContext.java,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -b -r1.23 -r1.24
  --- CoreInvocationContext.java	9 Jul 2006 12:04:14 -0000	1.23
  +++ CoreInvocationContext.java	31 Jul 2006 19:29:47 -0000	1.24
  @@ -48,16 +48,16 @@
   import org.jboss.portal.portlet.PortletURL;
   import org.jboss.portal.portlet.ActionURL;
   import org.jboss.portal.portlet.RenderURL;
  -import org.jboss.portal.portlet.Mode;
  +import org.jboss.portal.Mode;
   import org.jboss.portal.server.util.HTTPStreamInfo;
  -import org.jboss.portal.portlet.WindowState;
  +import org.jboss.portal.WindowState;
   
   import javax.servlet.http.HttpServletRequest;
   import javax.servlet.http.HttpServletResponse;
   
   /**
    * @author <a href="mailto:julien at jboss.org">Julien Viet</a>
  - * @version $Revision: 1.23 $
  + * @version $Revision: 1.24 $
    */
   public abstract class CoreInvocationContext extends AbstractInvocationContext implements InvocationContext
   {
  
  
  
  1.11      +3 -3      jboss-portal/core/src/main/org/jboss/portal/core/command/portlet/CoreRenderContext.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CoreRenderContext.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/core/src/main/org/jboss/portal/core/command/portlet/CoreRenderContext.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- CoreRenderContext.java	9 Jul 2006 12:04:14 -0000	1.10
  +++ CoreRenderContext.java	31 Jul 2006 19:29:47 -0000	1.11
  @@ -26,15 +26,15 @@
   import org.jboss.portal.core.model.portal.Window;
   import org.jboss.portal.portlet.spi.RenderContext;
   import org.jboss.portal.portlet.StateString;
  -import org.jboss.portal.portlet.Mode;
  +import org.jboss.portal.Mode;
   import org.jboss.portal.portlet.invocation.PortletInvocation;
   import org.jboss.portal.portlet.invocation.RenderInvocation;
   import org.jboss.portal.server.ServerInvocation;
  -import org.jboss.portal.portlet.WindowState;
  +import org.jboss.portal.WindowState;
   
   /**
    * @author <a href="mailto:julien at jboss.org">Julien Viet</a>
  - * @version $Revision: 1.10 $
  + * @version $Revision: 1.11 $
    */
   public class CoreRenderContext extends CoreInvocationContext implements RenderContext
   {
  
  
  



More information about the jboss-cvs-commits mailing list