Author: taylor
Date: Fri Jul 22 17:51:40 2005
New Revision: 224429
URL: http://svn.apache.org/viewcvs?rev=224429&view=rev
Log:
add new feature: My Pages parameter style in a table with hrefs instead of
dropdown
Added:
portals/jetspeed-1/trunk/src/java/org/apache/jetspeed/modules/parameters/MyPagesTable.java
Added:
portals/jetspeed-1/trunk/src/java/org/apache/jetspeed/modules/parameters/MyPagesTable.java
URL:
http://svn.apache.org/viewcvs/portals/jetspeed-1/trunk/src/java/org/apache/jetspeed/modules/parameters/MyPagesTable.java?rev=224429&view=auto
==============================================================================
---
portals/jetspeed-1/trunk/src/java/org/apache/jetspeed/modules/parameters/MyPagesTable.java
(added)
+++
portals/jetspeed-1/trunk/src/java/org/apache/jetspeed/modules/parameters/MyPagesTable.java
Fri Jul 22 17:51:40 2005
@@ -0,0 +1,48 @@
+package org.apache.jetspeed.modules.parameters;
+
+/*
+ * Copyright 2000-2001,2004 The Apache Software Foundation.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+// Java stuff
+import java.util.Hashtable;
+import java.util.Iterator;
+import java.util.Map;
+
+// Jetspeed
+import org.apache.jetspeed.om.profile.Profile;
+import org.apache.jetspeed.om.profile.QueryLocator;
+import org.apache.jetspeed.services.Profiler;
+import org.apache.jetspeed.services.logging.JetspeedLogFactoryService;
+import org.apache.jetspeed.services.logging.JetspeedLogger;
+import org.apache.jetspeed.services.rundata.JetspeedRunData;
+import org.apache.jetspeed.util.PortletUtils;
+import org.apache.jetspeed.modules.actions.portlets.PsmlManagerAction;
+
+// Turbine stuff
+import org.apache.turbine.util.RunData;
+
+// Velocity stuff
+import org.apache.velocity.context.Context;
+
+/**
+ * Returns list box control populated with pmsl pages for current user for
current media type.
+ * @author <a href="[EMAIL PROTECTED]">Mark Orciuch</a>
+ * @version $Id: MyPagesTable.java 184329 2004-02-23 03:39:10Z jford $
+ */
+
+public class MyPagesTable extends MyPagesListBox
+{
+}
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]