You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by cd...@apache.org on 2008/10/23 06:11:04 UTC

svn commit: r707265 - /portals/pluto/branches/2.0-spi-refactoring/pluto-portal/src/main/webapp/WEB-INF/tld/pluto.tld

Author: cdoremus
Date: Wed Oct 22 21:11:04 2008
New Revision: 707265

URL: http://svn.apache.org/viewvc?rev=707265&view=rev
Log:
Fix for PLUTO-513 to support portlet managed modes as defined in PLT.8.4. of the JSR-286 spec (missed this one).

Modified:
    portals/pluto/branches/2.0-spi-refactoring/pluto-portal/src/main/webapp/WEB-INF/tld/pluto.tld

Modified: portals/pluto/branches/2.0-spi-refactoring/pluto-portal/src/main/webapp/WEB-INF/tld/pluto.tld
URL: http://svn.apache.org/viewvc/portals/pluto/branches/2.0-spi-refactoring/pluto-portal/src/main/webapp/WEB-INF/tld/pluto.tld?rev=707265&r1=707264&r2=707265&view=diff
==============================================================================
--- portals/pluto/branches/2.0-spi-refactoring/pluto-portal/src/main/webapp/WEB-INF/tld/pluto.tld (original)
+++ portals/pluto/branches/2.0-spi-refactoring/pluto-portal/src/main/webapp/WEB-INF/tld/pluto.tld Wed Oct 22 21:11:04 2008
@@ -51,6 +51,12 @@
       <rtexprvalue>false</rtexprvalue>
     </attribute>
   </tag>
+
+  <tag>
+    <name>modeDropDown</name>
+    <tagclass>org.apache.pluto.driver.tags.PortletModeDropDownTag</tagclass>
+    <bodycontent>empty</bodycontent>
+  </tag>
   
   <tag>
     <name>windowStateAnchor</name>
@@ -61,6 +67,11 @@
       <required>true</required>
       <rtexprvalue>false</rtexprvalue>
     </attribute>
+    <attribute>
+      <name>icon</name>
+      <required>true</required>
+      <rtexprvalue>true</rtexprvalue>
+    </attribute>
   </tag>
      
   <tag>