You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by we...@apache.org on 2005/06/13 18:48:19 UTC

svn commit: r190425 - /portals/jetspeed-2/trunk/portal/src/webapp/WEB-INF/assembly/ajax.xml

Author: weaver
Date: Mon Jun 13 09:48:18 2005
New Revision: 190425

URL: http://svn.apache.org/viewcvs?rev=190425&view=rev
Log:
JS2-283:  Spring beans defintion for Ajax services

Added:
    portals/jetspeed-2/trunk/portal/src/webapp/WEB-INF/assembly/ajax.xml

Added: portals/jetspeed-2/trunk/portal/src/webapp/WEB-INF/assembly/ajax.xml
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/portal/src/webapp/WEB-INF/assembly/ajax.xml?rev=190425&view=auto
==============================================================================
--- portals/jetspeed-2/trunk/portal/src/webapp/WEB-INF/assembly/ajax.xml (added)
+++ portals/jetspeed-2/trunk/portal/src/webapp/WEB-INF/assembly/ajax.xml Mon Jun 13 09:48:18 2005
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd">
+<!--
+Copyright 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.
+-->
+
+<beans>
+  <bean id="AJAXService"
+      class="org.apache.jetspeed.ajax.AJAXServiceImpl">
+    <constructor-arg>
+      <map>
+		<entry key="portletRegistry.getPortletApplications">
+			<value>
+			  org.apache.jetspeed.components.portletregistry.PortletRegistry	
+			</value>
+		</entry>
+		<entry key="portletRegistry.getPortletApplication">
+			<value>
+			  org.apache.jetspeed.components.portletregistry.PortletRegistry	
+			</value>
+		</entry>
+		<entry key="entityAccess.getPortletEntities">
+			<value>
+			  org.apache.jetspeed.components.portletentity.PortletEntityAccessComponent
+			</value>
+		</entry>
+		<entry key="entityAccess.getPortletEntity">
+			<value>
+			  org.apache.jetspeed.components.portletentity.PortletEntityAccessComponent
+			</value>
+		</entry>
+	  </map>
+    </constructor-arg>
+  </bean>  
+	
+</beans>
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org