Author: chris.laprun(a)jboss.com
Date: 2007-05-20 14:40:25 -0400 (Sun, 20 May 2007)
New Revision: 7275
Modified:
trunk/core/src/main/org/jboss/portal/core/model/portal/command/render/RenderWindowCommand.java
Log:
- Removed unused field.
- Updated properties.
Modified:
trunk/core/src/main/org/jboss/portal/core/model/portal/command/render/RenderWindowCommand.java
===================================================================
---
trunk/core/src/main/org/jboss/portal/core/model/portal/command/render/RenderWindowCommand.java 2007-05-18
08:44:28 UTC (rev 7274)
+++
trunk/core/src/main/org/jboss/portal/core/model/portal/command/render/RenderWindowCommand.java 2007-05-20
18:40:25 UTC (rev 7275)
@@ -22,20 +22,19 @@
******************************************************************************/
package org.jboss.portal.core.model.portal.command.render;
-import org.jboss.portal.core.controller.command.info.CommandInfo;
-import org.jboss.portal.core.controller.command.info.ViewCommandInfo;
import org.jboss.portal.core.controller.ControllerException;
import org.jboss.portal.core.controller.ControllerResponse;
-import org.jboss.portal.core.controller.portlet.InvokePortletCommandFactory;
+import org.jboss.portal.core.controller.command.info.CommandInfo;
+import org.jboss.portal.core.controller.command.info.ViewCommandInfo;
+import org.jboss.portal.core.model.content.ContentType;
import org.jboss.portal.core.model.portal.PortalObjectId;
import org.jboss.portal.core.model.portal.command.WindowCommand;
-import org.jboss.portal.core.model.portal.content.ContentRendererRegistry;
import org.jboss.portal.core.model.portal.content.ContentRenderer;
-import org.jboss.portal.core.model.content.ContentType;
+import org.jboss.portal.core.model.portal.content.ContentRendererRegistry;
/**
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public class RenderWindowCommand extends WindowCommand
{
@@ -64,9 +63,6 @@
/** . */
private static final CommandInfo info = new ViewCommandInfo();
- /** . */
- private InvokePortletCommandFactory invokePortletCommandFactory;
-
public RenderWindowCommand(PortalObjectId windowId)
throws IllegalArgumentException
{
Property changes on:
trunk/core/src/main/org/jboss/portal/core/model/portal/command/render/RenderWindowCommand.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Show replies by date