Author: woonsan
Date: Thu Dec 17 13:42:22 2009
New Revision: 891697
URL: http://svn.apache.org/viewvc?rev=891697&view=rev
Log:
APA-26: Adding custom portlet modes
Modified:
portals/applications/webcontent/trunk/webcontent-war/src/main/webapp/WEB-INF/portlet.xml
Modified:
portals/applications/webcontent/trunk/webcontent-war/src/main/webapp/WEB-INF/portlet.xml
URL:
http://svn.apache.org/viewvc/portals/applications/webcontent/trunk/webcontent-war/src/main/webapp/WEB-INF/portlet.xml?rev=891697&r1=891696&r2=891697&view=diff
==============================================================================
---
portals/applications/webcontent/trunk/webcontent-war/src/main/webapp/WEB-INF/portlet.xml
(original)
+++
portals/applications/webcontent/trunk/webcontent-war/src/main/webapp/WEB-INF/portlet.xml
Thu Dec 17 13:42:22 2009
@@ -234,5 +234,26 @@
</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>