Author: woonsan
Date: Fri Jul 23 21:32:02 2010
New Revision: 967270
URL: http://svn.apache.org/viewvc?rev=967270&view=rev
Log:
JS2-1204: Adding portlet TLDs in j2-admin's web.xml
Added:
portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/tld/
portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/tld/portlet.tld
(with props)
portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/tld/portlet_2_0.tld
(with props)
Modified:
portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/web.xml
Added:
portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/tld/portlet.tld
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/tld/portlet.tld?rev=967270&view=auto
==============================================================================
---
portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/tld/portlet.tld
(added)
+++
portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/tld/portlet.tld
Fri Jul 23 21:32:02 2010
@@ -0,0 +1,106 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!DOCTYPE taglib PUBLIC
+ "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN"
+ "http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_2.dtd">
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements. See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You 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.
+-->
+<taglib>
+ <tlib-version>1.0</tlib-version>
+ <jsp-version>1.2</jsp-version>
+ <short-name>portlet</short-name>
+ <uri>http://java.sun.com/portlet</uri>
+ <tag>
+ <name>defineObjects</name>
+ <tag-class>org.apache.pluto.tags.DefineObjectsTag168</tag-class>
+ <tei-class>org.apache.pluto.tags.DefineObjectsTag168$TEI</tei-class>
+ <body-content>empty</body-content>
+ </tag>
+ <tag>
+ <name>param</name>
+ <tag-class>org.apache.pluto.tags.ParamTag</tag-class>
+ <body-content>empty</body-content>
+ <attribute>
+ <name>name</name>
+ <required>true</required>
+ <rtexprvalue>true</rtexprvalue>
+ </attribute>
+ <attribute>
+ <name>value</name>
+ <required>true</required>
+ <rtexprvalue>true</rtexprvalue>
+ </attribute>
+ </tag>
+ <tag>
+ <name>actionURL</name>
+ <tag-class>org.apache.pluto.tags.ActionURLTag168</tag-class>
+ <tei-class>org.apache.pluto.tags.PortletURLTag168$TEI</tei-class>
+ <body-content>JSP</body-content>
+ <attribute>
+ <name>windowState</name>
+ <required>false</required>
+ <rtexprvalue>true</rtexprvalue>
+ </attribute>
+ <attribute>
+ <name>portletMode</name>
+ <required>false</required>
+ <rtexprvalue>true</rtexprvalue>
+ </attribute>
+ <attribute>
+ <name>secure</name>
+ <required>false</required>
+ <rtexprvalue>true</rtexprvalue>
+ </attribute>
+ <attribute>
+ <name>var</name>
+ <required>false</required>
+ <rtexprvalue>true</rtexprvalue>
+ </attribute>
+ </tag>
+ <tag>
+ <name>renderURL</name>
+ <tag-class>org.apache.pluto.tags.RenderURLTag168</tag-class>
+ <tei-class>org.apache.pluto.tags.PortletURLTag168$TEI</tei-class>
+ <body-content>JSP</body-content>
+ <attribute>
+ <name>windowState</name>
+ <required>false</required>
+ <rtexprvalue>true</rtexprvalue>
+ </attribute>
+ <attribute>
+ <name>portletMode</name>
+ <required>false</required>
+ <rtexprvalue>true</rtexprvalue>
+ </attribute>
+ <attribute>
+ <name>secure</name>
+ <required>false</required>
+ <rtexprvalue>true</rtexprvalue>
+ </attribute>
+ <attribute>
+ <name>var</name>
+ <required>false</required>
+ <rtexprvalue>true</rtexprvalue>
+ </attribute>
+ </tag>
+ <tag>
+ <name>namespace</name>
+ <tag-class>org.apache.pluto.tags.NamespaceTag</tag-class>
+ <body-content>empty</body-content>
+ </tag>
+</taglib>
\ No newline at end of file
Propchange:
portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/tld/portlet.tld
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/tld/portlet.tld
------------------------------------------------------------------------------
svn:keywords = Id
Added:
portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/tld/portlet_2_0.tld
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/tld/portlet_2_0.tld?rev=967270&view=auto
==============================================================================
---
portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/tld/portlet_2_0.tld
(added)
+++
portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/tld/portlet_2_0.tld
Fri Jul 23 21:32:02 2010
@@ -0,0 +1,178 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!DOCTYPE taglib PUBLIC
+ "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN"
+ "http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd">
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You 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.
+
+-->
+<taglib>
+ <tlib-version>2.0</tlib-version>
+ <jsp-version>1.2</jsp-version>
+ <short-name>portlet_2_0</short-name>
+ <uri>http://java.sun.com/portlet_2_0</uri>
+ <description>Pluto Tag Library</description>
+ <tag>
+ <name>defineObjects</name>
+ <tag-class>org.apache.pluto.tags.DefineObjectsTag286</tag-class>
+ <tei-class>org.apache.pluto.tags.DefineObjectsTag286$TEI</tei-class>
+ <body-content>empty</body-content>
+ </tag>
+ <tag>
+ <name>param</name>
+ <tag-class>org.apache.pluto.tags.ParamTag</tag-class>
+ <body-content>empty</body-content>
+ <attribute>
+ <name>name</name>
+ <required>true</required>
+ <rtexprvalue>true</rtexprvalue>
+ </attribute>
+ <attribute>
+ <name>value</name>
+ <required>true</required>
+ <rtexprvalue>true</rtexprvalue>
+ </attribute>
+ </tag>
+ <tag>
+ <name>property</name>
+ <tag-class>org.apache.pluto.tags.PropertyTag</tag-class>
+ <body-content>empty</body-content>
+ <attribute>
+ <name>name</name>
+ <required>true</required>
+ <rtexprvalue>true</rtexprvalue>
+ </attribute>
+ <attribute>
+ <name>value</name>
+ <required>true</required>
+ <rtexprvalue>true</rtexprvalue>
+ </attribute>
+ </tag>
+ <tag>
+ <name>actionURL</name>
+ <tag-class>org.apache.pluto.tags.ActionURLTag286</tag-class>
+ <tei-class>org.apache.pluto.tags.PortletURLTag168$TEI</tei-class>
+ <body-content>JSP</body-content>
+ <attribute>
+ <name>windowState</name>
+ <required>false</required>
+ <rtexprvalue>true</rtexprvalue>
+ </attribute>
+ <attribute>
+ <name>portletMode</name>
+ <required>false</required>
+ <rtexprvalue>true</rtexprvalue>
+ </attribute>
+ <attribute>
+ <name>var</name>
+ <required>false</required>
+ <rtexprvalue>true</rtexprvalue>
+ </attribute>
+ <attribute>
+ <name>secure</name>
+ <required>false</required>
+ <rtexprvalue>true</rtexprvalue>
+ </attribute>
+ <attribute>
+ <name>copyCurrentRenderParameters</name>
+ <required>false</required>
+ <rtexprvalue>true</rtexprvalue>
+ </attribute>
+ <attribute>
+ <name>escapeXml</name>
+ <required>false</required>
+ <rtexprvalue>true</rtexprvalue>
+ </attribute>
+ <attribute>
+ <name>name</name>
+ <required>false</required>
+ <rtexprvalue>true</rtexprvalue>
+ </attribute>
+ </tag>
+ <tag>
+ <name>renderURL</name>
+ <tag-class>org.apache.pluto.tags.RenderURLTag286</tag-class>
+ <tei-class>org.apache.pluto.tags.PortletURLTag168$TEI</tei-class>
+ <body-content>JSP</body-content>
+ <attribute>
+ <name>windowState</name>
+ <required>false</required>
+ <rtexprvalue>true</rtexprvalue>
+ </attribute>
+ <attribute>
+ <name>portletMode</name>
+ <required>false</required>
+ <rtexprvalue>true</rtexprvalue>
+ </attribute>
+ <attribute>
+ <name>secure</name>
+ <required>false</required>
+ <rtexprvalue>true</rtexprvalue>
+ </attribute>
+ <attribute>
+ <name>var</name>
+ <required>false</required>
+ <rtexprvalue>true</rtexprvalue>
+ </attribute>
+ <attribute>
+ <name>copyCurrentRenderParameters</name>
+ <required>false</required>
+ <rtexprvalue>true</rtexprvalue>
+ </attribute>
+ <attribute>
+ <name>escapeXml</name>
+ <required>false</required>
+ <rtexprvalue>true</rtexprvalue>
+ </attribute>
+ </tag>
+ <tag>
+ <name>resourceURL</name>
+ <tag-class>org.apache.pluto.tags.ResourceURLTag286</tag-class>
+ <tei-class>org.apache.pluto.tags.BaseURLTag$TEI</tei-class>
+ <body-content>JSP</body-content>
+ <attribute>
+ <name>var</name>
+ <required>false</required>
+ <rtexprvalue>true</rtexprvalue>
+ </attribute>
+ <attribute>
+ <name>secure</name>
+ <required>false</required>
+ <rtexprvalue>true</rtexprvalue>
+ </attribute>
+ <attribute>
+ <name>escapeXml</name>
+ <required>false</required>
+ <rtexprvalue>true</rtexprvalue>
+ </attribute>
+ <attribute>
+ <name>id</name>
+ <required>false</required>
+ <rtexprvalue>true</rtexprvalue>
+ </attribute>
+ <attribute>
+ <name>cacheability</name>
+ <required>false</required>
+ <rtexprvalue>true</rtexprvalue>
+ </attribute>
+ </tag>
+ <tag>
+ <name>namespace</name>
+ <tag-class>org.apache.pluto.tags.NamespaceTag</tag-class>
+ <body-content>empty</body-content>
+ </tag>
+</taglib>
Propchange:
portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/tld/portlet_2_0.tld
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/tld/portlet_2_0.tld
------------------------------------------------------------------------------
svn:keywords = Id
Modified:
portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/web.xml?rev=967270&r1=967269&r2=967270&view=diff
==============================================================================
---
portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/web.xml
(original)
+++
portals/jetspeed-2/applications/j2-admin/trunk/src/main/webapp/WEB-INF/web.xml
Fri Jul 23 21:32:02 2010
@@ -271,8 +271,18 @@
</servlet-mapping>
<jsp-config>
-
- <!-- Tag libraries -->
+
+ <!-- Portlet Tag Libraries -->
+ <taglib>
+ <taglib-uri>http://java.sun.com/portlet</taglib-uri>
+ <taglib-location>/WEB-INF/tld/portlet.tld</taglib-location>
+ </taglib>
+ <taglib>
+ <taglib-uri>http://java.sun.com/portlet_2_0</taglib-uri>
+ <taglib-location>/WEB-INF/tld/portlet_2_0.tld</taglib-location>
+ </taglib>
+
+ <!-- JSTL Tag libraries -->
<taglib>
<taglib-uri>c.tld</taglib-uri>
<taglib-location>/WEB-INF/c.tld</taglib-location>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]