taylor 2004/12/02 20:26:51
Modified: applications/pam/src/java/org/apache/jetspeed/portlets/site
SiteBrowserPortlet.java
Log:
messaging
Revision Changes Path
1.7 +5 -5
jakarta-jetspeed-2/applications/pam/src/java/org/apache/jetspeed/portlets/site/SiteBrowserPortlet.java
Index: SiteBrowserPortlet.java
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed-2/applications/pam/src/java/org/apache/jetspeed/portlets/site/SiteBrowserPortlet.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- SiteBrowserPortlet.java 12 Nov 2004 19:34:07 -0000 1.6
+++ SiteBrowserPortlet.java 3 Dec 2004 04:26:51 -0000 1.7
@@ -37,7 +37,7 @@
import org.apache.jetspeed.page.document.NodeSet;
import org.apache.jetspeed.portlets.pam.PortletApplicationResources;
import org.apache.portals.bridges.common.GenericServletPortlet;
-import
org.apache.portals.bridges.frameworks.messaging.PortletMessageComponent;
+import org.apache.portals.messaging.PortletMessaging;
import org.apache.webapp.admin.TreeControl;
import org.apache.webapp.admin.TreeControlNode;
@@ -131,9 +131,9 @@
String domain = child.getDomain();
String name = child.getName();
- PortletMessageComponent.cancel(actionRequest,
PortletApplicationResources.SITE_PORTLET,
+ PortletMessaging.cancel(actionRequest,
PortletApplicationResources.SITE_PORTLET,
PortletApplicationResources.CURRENT_FOLDER);
- PortletMessageComponent.cancel(actionRequest,
PortletApplicationResources.SITE_PORTLET,
+ PortletMessaging.cancel(actionRequest,
PortletApplicationResources.SITE_PORTLET,
PortletApplicationResources.CURRENT_PAGE);
String attrName =
PortletApplicationResources.CURRENT_FOLDER;
@@ -142,7 +142,7 @@
attrName = PortletApplicationResources.CURRENT_PAGE;
}
- PortletMessageComponent.publish(actionRequest,
PortletApplicationResources.SITE_PORTLET, attrName,
+ PortletMessaging.publish(actionRequest,
PortletApplicationResources.SITE_PORTLET, attrName,
name);
/*
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]