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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to