| author | Sidharth Singh | 2012-11-20 08:03:58 (EST) |
|---|---|---|
| committer | Sven Rottstock | 2012-11-20 08:03:58 (EST) |
| commit | 6d4e4c61785ba6c5a8272af8327d46c386f57e02 (patch) (side-by-side diff) | |
| tree | c7a379dc683941d21e9ecd50c09463c97b3b3edb | |
| parent | d05e783d747c2bd5a32ecf3bc6403de1644cdef9 (diff) | |
| download | org.eclipse.stardust.ui.web-6d4e4c61785ba6c5a8272af8327d46c386f57e02.zip org.eclipse.stardust.ui.web-6d4e4c61785ba6c5a8272af8327d46c386f57e02.tar.gz org.eclipse.stardust.ui.web-6d4e4c61785ba6c5a8272af8327d46c386f57e02.tar.bz2 | |
Jira-ID: CRNT-27083
Moved the commonMenuProvider bean definition to views-common-menu-context.xml from views-common-spi-context.xml
git-svn-id: http://emeafrazerg/svn/ipp/product/trunk/stardust/ui.web@60957 8100b5e0-4d52-466c-ae9c-bdeccbdeaf6b
| -rw-r--r-- | views-common/src/main/resources/META-INF/spring/views-common-menu-context.xml | 148 | ||||
| -rw-r--r-- | views-common/src/main/resources/META-INF/spring/views-common-spi-context.xml | 2 |
2 files changed, 149 insertions, 1 deletions
diff --git a/views-common/src/main/resources/META-INF/spring/views-common-menu-context.xml b/views-common/src/main/resources/META-INF/spring/views-common-menu-context.xml new file mode 100644 index 0000000..cf775e1 --- a/dev/null +++ b/views-common/src/main/resources/META-INF/spring/views-common-menu-context.xml @@ -0,0 +1,148 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright (c) 2011 SunGard CSA LLC and others. All rights reserved.
+ This program and the accompanying materials are made available under the
+ terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ and is available at http://www.eclipse.org/legal/epl-v10.html Contributors:
+ SunGard CSA LLC - initial API and implementation and/or initial documentation -->
+
+<beans xmlns="http://www.springframework.org/schema/beans"
+ xmlns:aop="http://www.springframework.org/schema/aop" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:ippui="http://infinity.com/bpm/ui/common/uiDefinition"
+ xsi:schemaLocation="
+ http://www.springframework.org/schema/beans
+ http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
+ http://www.springframework.org/schema/aop
+ http://www.springframework.org/schema/aop/spring-aop-3.0.xsd">
+
+ <bean name="commonMenuProvider"
+ class="org.eclipse.stardust.ui.web.viewscommon.common.spi.menu.impl.IppCommonMenuProvider"
+ scope="session">
+ <property name="menuItems">
+ <list>
+ <bean
+ class="org.eclipse.stardust.ui.web.viewscommon.common.spi.menu.impl.IppCommonMenuItem">
+ <property name="id" value="1" />
+ <property name="title"
+ value="views_common_msgPropsBean#ippCommonMenuItem.finSysCommunity" />
+ </bean>
+ <bean
+ class="org.eclipse.stardust.ui.web.viewscommon.common.spi.menu.impl.IppCommonMenuItem">
+ <property name="id" value="2" />
+ <property name="title"
+ value="views_common_msgPropsBean#ippCommonMenuItem.tenBlogs" />
+ <property name="URL" value="http://blogs.sungard.com/ten/" />
+ <property name="iconPath"
+ value="/plugins/common/css/camino-images/b_article.png" />
+ <property name="changed" value="false" />
+ </bean>
+ <bean
+ class="org.eclipse.stardust.ui.web.viewscommon.common.spi.menu.impl.IppCommonMenuItem">
+ <property name="id" value="3" />
+ <property name="title"
+ value="views_common_msgPropsBean#ippCommonMenuItem.signUpNextCityDay" />
+ <property name="URL"
+ value="http://www.capitalize-on-change.com/events.aspx" />
+ <property name="iconPath"
+ value="/plugins/common/css/camino-images/b_edit.png" />
+ <property name="changed" value="false" />
+ </bean>
+ <bean
+ class="org.eclipse.stardust.ui.web.viewscommon.common.spi.menu.impl.IppCommonMenuItem">
+ <property name="id" value="4" />
+ <property name="title"
+ value="views_common_msgPropsBean#ippCommonMenuItem.latestPressReleases" />
+ <property name="URL" value="http://www.google.com" />
+ <property name="iconPath"
+ value="/plugins/common/css/camino-images/b_document.png" />
+ <property name="changed" value="false" />
+ </bean>
+ <bean
+ class="org.eclipse.stardust.ui.web.viewscommon.common.spi.menu.impl.IppCommonMenuItem">
+ <property name="id" value="5" />
+ <property name="title"
+ value="views_common_msgPropsBean#ippCommonMenuItem.seeAll" />
+ <property name="URL" value="http://www.google.com" />
+ <property name="changed" value="false" />
+ </bean>
+ <bean
+ class="org.eclipse.stardust.ui.web.viewscommon.common.spi.menu.impl.IppCommonMenuItem">
+ <property name="id" value="6" />
+ <property name="title"
+ value="views_common_msgPropsBean#ippCommonMenuItem.infinity" />
+ </bean>
+ <bean
+ class="org.eclipse.stardust.ui.web.viewscommon.common.spi.menu.impl.IppCommonMenuItem">
+ <property name="id" value="7" />
+ <property name="title"
+ value="views_common_msgPropsBean#ippCommonMenuItem.ipp" />
+ <property name="URL"
+ value="http://www.sungard.com/financialsystems/products/infinityprocessplatform.aspx" />
+ <property name="iconPath"
+ value="/plugins/common/css/camino-images/b_chat.png" />
+ <property name="changed" value="false" />
+ </bean>
+ <bean
+ class="org.eclipse.stardust.ui.web.viewscommon.common.spi.menu.impl.IppCommonMenuItem">
+ <property name="id" value="8" />
+ <property name="title"
+ value="views_common_msgPropsBean#ippCommonMenuItem.documentation" />
+ <property name="URL"
+ value="http://infinity.sungard.com/documentation/ipp" />
+ <property name="iconPath"
+ value="/plugins/common/css/camino-images/b_add.png" />
+ <property name="changed" value="false" />
+ </bean>
+ <bean
+ class="org.eclipse.stardust.ui.web.viewscommon.common.spi.menu.impl.IppCommonMenuItem">
+ <property name="id" value="9" />
+ <property name="title"
+ value="views_common_msgPropsBean#ippCommonMenuItem.ippAsService" />
+ <property name="URL"
+ value="https://www.infinity.com/storefront/faces/procurement/solution-details.xhtml?solutionGuid=a97a63ee-e80f-4be6-8f3a-dfd2a24a064f" />
+ <property name="iconPath"
+ value="/plugins/common/css/camino-images/b_next.png" />
+ <property name="changed" value="false" />
+ </bean>
+ <bean
+ class="org.eclipse.stardust.ui.web.viewscommon.common.spi.menu.impl.IppCommonMenuItem">
+ <property name="id" value="10" />
+ <property name="title"
+ value="views_common_msgPropsBean#ippCommonMenuItem.stardust" />
+ </bean>
+ <bean
+ class="org.eclipse.stardust.ui.web.viewscommon.common.spi.menu.impl.IppCommonMenuItem">
+ <property name="id" value="11" />
+ <property name="title"
+ value="views_common_msgPropsBean#ippCommonMenuItem.getStardust" />
+ <property name="URL"
+ value="http://www.eclipse.org/stardust/download/download.php" />
+ <property name="iconPath"
+ value="/plugins/common/css/camino-images/b_next.png" />
+ <property name="changed" value="false" />
+ </bean>
+ <bean
+ class="org.eclipse.stardust.ui.web.viewscommon.common.spi.menu.impl.IppCommonMenuItem">
+ <property name="id" value="12" />
+ <property name="title"
+ value="views_common_msgPropsBean#ippCommonMenuItem.communityForum" />
+ <property name="URL"
+ value="http://www.eclipse.org/forums/index.php?t=thread&frm_id=225" />
+ <property name="iconPath"
+ value="/plugins/common/css/camino-images/b_group.png" />
+ <property name="changed" value="false" />
+ </bean>
+ <bean
+ class="org.eclipse.stardust.ui.web.viewscommon.common.spi.menu.impl.IppCommonMenuItem">
+ <property name="id" value="13" />
+ <property name="title"
+ value="views_common_msgPropsBean#ippCommonMenuItem.blogs" />
+ <property name="URL" value="http://blogs.sungard.com/fs_stardust/" />
+ <property name="iconPath"
+ value="/plugins/common/css/camino-images/b_message.png" />
+ <property name="changed" value="false" />
+ </bean>
+ </list>
+ </property>
+ <aop:scoped-proxy />
+ </bean>
+</beans>
diff --git a/views-common/src/main/resources/META-INF/spring/views-common-spi-context.xml b/views-common/src/main/resources/META-INF/spring/views-common-spi-context.xml index 6ebed1a..70601d9 100644 --- a/views-common/src/main/resources/META-INF/spring/views-common-spi-context.xml +++ b/views-common/src/main/resources/META-INF/spring/views-common-spi-context.xml @@ -42,4 +42,4 @@ scope="session">
<aop:scoped-proxy/>
</bean>
-
<bean name="commonMenuProvider"
class="org.eclipse.stardust.ui.web.viewscommon.common.spi.menu.impl.IppCommonMenuProvider"
scope="session">
<property name="menuItems">
<list>
<bean class="org.eclipse.stardust.ui.web.viewscommon.common.spi.menu.impl.IppCommonMenuItem">
<property name="id" value="1" />
<property name="title" value="views_common_msgPropsBean#ippCommonMenuItem.finSysCommunity"/>
</bean>
<bean class="org.eclipse.stardust.ui.web.viewscommon.common.spi.menu.impl.IppCommonMenuItem">
<property name="id" value="2" />
<property name="title" value="views_common_msgPropsBean#ippCommonMenuItem.tenBlogs" />
<property name="URL" value="http://blogs.sungard.com/ten/" />
<property name="iconPath" value="/plugins/common/css/camino-images/b_article.png" />
<property name="changed" value="false" />
</bean>
<bean class="org.eclipse.stardust.ui.web.viewscommon.common.spi.menu.impl.IppCommonMenuItem">
<property name="id" value="3" />
<property name="title" value="views_common_msgPropsBean#ippCommonMenuItem.signUpNextCityDay" />
<property name="URL" value="http://www.capitalize-on-change.com/events.aspx" />
<property name="iconPath" value="/plugins/common/css/camino-images/b_edit.png" />
<property name="changed" value="false" />
</bean>
<bean class="org.eclipse.stardust.ui.web.viewscommon.common.spi.menu.impl.IppCommonMenuItem">
<property name="id" value="4" />
<property name="title" value="views_common_msgPropsBean#ippCommonMenuItem.latestPressReleases" />
<property name="URL" value="http://www.google.com" />
<property name="iconPath" value="/plugins/common/css/camino-images/b_document.png" />
<property name="changed" value="false" />
</bean>
<bean class="org.eclipse.stardust.ui.web.viewscommon.common.spi.menu.impl.IppCommonMenuItem">
<property name="id" value="5" />
<property name="title" value="views_common_msgPropsBean#ippCommonMenuItem.seeAll" />
<property name="URL" value="http://www.google.com" />
<property name="changed" value="false" />
</bean>
<bean class="org.eclipse.stardust.ui.web.viewscommon.common.spi.menu.impl.IppCommonMenuItem">
<property name="id" value="6" />
<property name="title" value="views_common_msgPropsBean#ippCommonMenuItem.infinity" />
</bean>
<bean class="org.eclipse.stardust.ui.web.viewscommon.common.spi.menu.impl.IppCommonMenuItem">
<property name="id" value="7" />
<property name="title" value="views_common_msgPropsBean#ippCommonMenuItem.ipp" />
<property name="URL" value="http://www.sungard.com/financialsystems/products/infinityprocessplatform.aspx" />
<property name="iconPath" value="/plugins/common/css/camino-images/b_chat.png" />
<property name="changed" value="false" />
</bean>
<bean class="org.eclipse.stardust.ui.web.viewscommon.common.spi.menu.impl.IppCommonMenuItem">
<property name="id" value="8" />
<property name="title" value="views_common_msgPropsBean#ippCommonMenuItem.documentation" />
<property name="URL" value="http://infinity.sungard.com/documentation/ipp" />
<property name="iconPath" value="/plugins/common/css/camino-images/b_add.png" />
<property name="changed" value="false" />
</bean>
<bean class="org.eclipse.stardust.ui.web.viewscommon.common.spi.menu.impl.IppCommonMenuItem">
<property name="id" value="9" />
<property name="title" value="views_common_msgPropsBean#ippCommonMenuItem.ippAsService" />
<property name="URL" value="https://www.infinity.com/storefront/faces/procurement/solution-details.xhtml?solutionGuid=a97a63ee-e80f-4be6-8f3a-dfd2a24a064f" />
<property name="iconPath" value="/plugins/common/css/camino-images/b_next.png" />
<property name="changed" value="false" />
</bean>
<bean class="org.eclipse.stardust.ui.web.viewscommon.common.spi.menu.impl.IppCommonMenuItem">
<property name="id" value="10" />
<property name="title" value="views_common_msgPropsBean#ippCommonMenuItem.stardust" />
</bean>
<bean class="org.eclipse.stardust.ui.web.viewscommon.common.spi.menu.impl.IppCommonMenuItem">
<property name="id" value="11" />
<property name="title" value="views_common_msgPropsBean#ippCommonMenuItem.getStardust" />
<property name="URL" value="http://www.eclipse.org/stardust/download/download.php" />
<property name="iconPath" value="/plugins/common/css/camino-images/b_next.png" />
<property name="changed" value="false" />
</bean>
<bean class="org.eclipse.stardust.ui.web.viewscommon.common.spi.menu.impl.IppCommonMenuItem">
<property name="id" value="12" />
<property name="title" value="views_common_msgPropsBean#ippCommonMenuItem.communityForum" />
<property name="URL" value="http://www.eclipse.org/forums/index.php?t=thread&frm_id=225" />
<property name="iconPath" value="/plugins/common/css/camino-images/b_group.png" />
<property name="changed" value="false" />
</bean>
<bean class="org.eclipse.stardust.ui.web.viewscommon.common.spi.menu.impl.IppCommonMenuItem">
<property name="id" value="13" />
<property name="title" value="views_common_msgPropsBean#ippCommonMenuItem.blogs" />
<property name="URL" value="http://blogs.sungard.com/fs_stardust/" />
<property name="iconPath" value="/plugins/common/css/camino-images/b_message.png" />
<property name="changed" value="false" />
</bean>
</list>
</property>
<aop:scoped-proxy/>
</bean>
</beans>
\ No newline at end of file +
</beans>
\ No newline at end of file |

