Author: woonsan
Date: Thu Dec 17 13:42:00 2009
New Revision: 891696

URL: http://svn.apache.org/viewvc?rev=891696&view=rev
Log:
APA-26: Adding custom portlet modes

Modified:
    portals/applications/rss/trunk/rss-war/src/main/webapp/WEB-INF/portlet.xml

Modified: 
portals/applications/rss/trunk/rss-war/src/main/webapp/WEB-INF/portlet.xml
URL: 
http://svn.apache.org/viewvc/portals/applications/rss/trunk/rss-war/src/main/webapp/WEB-INF/portlet.xml?rev=891696&r1=891695&r2=891696&view=diff
==============================================================================
--- portals/applications/rss/trunk/rss-war/src/main/webapp/WEB-INF/portlet.xml 
(original)
+++ portals/applications/rss/trunk/rss-war/src/main/webapp/WEB-INF/portlet.xml 
Thu Dec 17 13:42:00 2009
@@ -506,6 +506,27 @@
                </preference>           
        </portlet-preferences>          
 </portlet>
-        
+
+  <custom-portlet-mode>
+    <description>Custom About Mode</description>
+    <portlet-mode>about</portlet-mode>
+  </custom-portlet-mode>
+  <custom-portlet-mode>
+    <description>Custom Config Mode</description>
+    <portlet-mode>config</portlet-mode>
+  </custom-portlet-mode>
+  <custom-portlet-mode>
+    <description>Custom Edit_defaults Mode</description>
+    <portlet-mode>edit_defaults</portlet-mode>
+  </custom-portlet-mode>
+  <custom-portlet-mode>
+    <description>Custom Preview Mode</description>
+    <portlet-mode>preview</portlet-mode>
+  </custom-portlet-mode>
+  <custom-portlet-mode>
+    <description>Custom Print Mode</description>
+    <portlet-mode>print</portlet-mode>
+  </custom-portlet-mode>
+
 </portlet-app>
 


Reply via email to