core-spring-config.jfx-platform-integration-context.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of emagin-jfxplatform-components Show documentation
Show all versions of emagin-jfxplatform-components Show documentation
Emagin jfx platform components
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <!-- ========================LICENSE_START================================= Emagin Platform %% Copyright (C) 2018 NEXITIA %% 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. =========================LICENSE_END================================== --> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:context="http://www.springframework.org/schema/context" xmlns:aop="http://www.springframework.org/schema/aop" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:util="http://www.springframework.org/schema/util" xsi:schemaLocation=" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop.xsd http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-3.0.xsd"> <import resource="classpath:/com/emagin/core/ui/jfx/platform/details/details-view-context.xml" /> <import resource="classpath:/com/emagin/core/ui/jfx/platform/doc/doc-context.xml" /> <import resource="classpath:/com/emagin/core/ui/jfx/platform/foldernavigation/core-components-folder-navigator-context.xml" /> <import resource="classpath:/com/emagin/core/ui/jfx/platform/part/element-context.xml" /> <import resource="classpath:/com/emagin/core/ui/jfx/platform/people/people-context.xml" /> <import resource="classpath:/com/emagin/core/ui/jfx/platform/rootstructure/rootStructure-context.xml" /> <import resource="classpath:/com/emagin/core/ui/jfx/platform/search/search-all-context.xml" /> <import resource="classpath:/com/emagin/core/ui/jfx/platform/content/upload-content-context.xml" /> <import resource="classpath:/com/emagin/core/ui/jfx/platform/timeline/timeline-context.xml" /> <import resource="classpath:/com/emagin/core/ui/jfx/platform/comments/comments-context.xml" /> <bean id="CurrentContainerLocationViewer" class="com.nexitia.emaginplatform.jfx.core.platform.components.container.CurrentContainerLocationViewer" lazy-init="true" scope="prototype" /> <bean id="ContainerModelProvider" class="com.nexitia.emaginplatform.jfx.core.platform.components.container.ContainerModelProvider" scope="prototype" /> <bean id="ContainerAdministractorsModelProvider" class="com.nexitia.emaginplatform.jfx.core.platform.components.container.ContainerAdministratorsModelProvider" scope="prototype" /> <bean id="ContainerSubContainerTypeProvider" class="com.nexitia.emaginplatform.jfx.core.platform.components.container.ContainerSubContainerTypeProvider" scope="prototype" /> <bean id="SoftTypeDetailsModelProvider" class="com.nexitia.emaginplatform.jfx.core.platform.components.container.SoftTypeDetailsModelProvider" scope="prototype" /> <bean id="CurrentContainerLocationProvider" class="com.nexitia.emaginplatform.jfx.core.engine.model.integration.components.provider.CurrentContainerLocationProvider" scope="prototype" /> <bean id="SoftAttributeDetailsModelProvider" class="com.nexitia.emaginplatform.jfx.core.platform.components.container.SoftAttributeDetailsViewModelProvider" scope="prototype" /> <bean id="LifecycleListDetailsModelProvider" class="com.nexitia.emaginplatform.jfx.core.platform.components.container.LifecycleListDetailsModelProvider" scope="prototype" /> <bean id="ParentControllerModelLoader" class="com.nexitia.emaginplatform.jfx.core.platform.components.container.ParentControllerModelLoader" scope="prototype" /> <bean id="PartDetailsModelLoader" class="com.nexitia.emaginplatform.jfx.core.platform.components.container.ElementDetailsModelLoader" scope="prototype" /> <bean id="LatestVersionFromStructureContentModelReference" class="com.nexitia.emaginplatform.jfx.core.platform.components.container.LatestVersionFromStructureContentModelReference" scope="prototype" /> <bean id="UserRootFolderModelProvider" class="com.nexitia.emaginplatform.jfx.core.platform.components.modelprovider.UserRootFolderModelProvider" scope="prototype" /> <bean id="FromDetailsViewRootElementStructureModelLoader" class="com.nexitia.emaginplatform.jfx.core.platform.components.modelprovider.FromDetailsViewRootElementStructureModelLoader" scope="prototype" /> <bean id="ReloadRCFromsSCModelLoader" class="com.nexitia.emaginplatform.jfx.core.platform.components.modelprovider.ReloadRCFromsSCModelLoader" scope="prototype" /> <bean id="ReloadContentHolderFromsSCModelLoader" class="com.nexitia.emaginplatform.jfx.core.platform.components.modelprovider.ReloadContentHolderFromsSCModelLoader" scope="prototype" /> <bean id="RootElementForStructureModelLoader" class="com.nexitia.emaginplatform.jfx.core.platform.components.modelprovider.RootElementForStructureModelLoader" scope="prototype" /> <bean id="RootDocForStructureModelLoader" class="com.nexitia.emaginplatform.jfx.core.platform.components.modelprovider.RootDocForStructureModelLoader" scope="prototype" /> <bean id="DocSearchResultFlowItemResolver" class="com.nexitia.emaginplatform.jfx.core.engine.model.integration.search.DocSearchResultFlowItemResolver" scope="prototype" /> <bean id="ForwardToCreateSuccessAction" class="com.nexitia.emaginplatform.jfx.core.platform.components.actions.ForwardToCreateSuccessAction" scope="prototype"/> <bean id="ElementMaturityHistoryTableView" class="com.nexitia.emaginplatform.jfx.core.engine.controller.main.FullTableViewController" scope="prototype"> <property name="messageSource" ref="CoreGeneralMessageSource" /> <property name="modelProvider" ref="StructureContentModelReference" /> <property name="layoutManager" ref="BasicTableStructureContentLayoutManager" /> <property name="tableResponsiveMatrix" ref="DefaultTableResponsiveMatrix" /> <property name="viewDefinitions"> <list merge="true"> <value>/com/emagin/core/ui/jfx/platform/history/ElementMaturityHistoryTableView.xml</value> </list> </property> </bean> <bean id="ElementCommonComponents" class="com.nexitia.emaginplatform.jfx.core.integration.desktop.LocalCompsService"> <property name="configurationFiles"> <list> <value>/com/emagin/core/ui/jfx/platform/element-components.xml</value> </list> </property> </bean> <bean id="CommonComponents" class="com.nexitia.emaginplatform.jfx.core.integration.desktop.LocalCompsService"> <property name="configurationFiles"> <list> <value>/com/emagin/core/ui/jfx/platform/common-components.xml</value> </list> </property> </bean> <bean id="SearchCommonComponents" class="com.nexitia.emaginplatform.jfx.core.integration.desktop.LocalCompsService"> <property name="configurationFiles"> <list> <value>/com/emagin/core/ui/jfx/platform/search-components.xml</value> </list> </property> </bean> <bean id="AllCommonComponents" class="com.nexitia.emaginplatform.jfx.core.integration.desktop.LocalCompsService"> <property name="configurationFiles"> <list> <value>/com/emagin/core/ui/jfx/platform/search-components.xml</value> <value>/com/emagin/core/ui/jfx/platform/common-components.xml</value> <value>/com/emagin/core/ui/jfx/platform/element-components.xml</value> </list> </property> </bean> <bean id="CreateSuccessView" class="com.nexitia.emaginplatform.jfx.core.engine.controller.main.StandardController" scope="prototype"> <property name="messageSource" ref="CoreGeneralMessageSource"/> <property name="modelProvider" ref="RootStructureModelLoader"/> <property name="viewDefinitions"> <list merge="true"> <value>/com/emagin/core/ui/jfx/platform/common/CreateSuccessView.xml</value> </list> </property> </bean> <bean id="ContextInputView" class="com.nexitia.emaginplatform.jfx.core.platform.components.components.inputview.ContextInputView" scope="prototype" /> <bean id="DeleteIteratedToMasterTypedObjectLinkAction" class="com.nexitia.emaginplatform.jfx.core.platform.components.actions.DeleteIteratedToMasterTypedObjectLinkAction" scope="prototype" > <property name="deleteLinkOperation" ref="DeleteLinkOperation"/> </bean> <bean id="CreateIteratedToMasterTypedObjectLinkAction" class="com.nexitia.emaginplatform.jfx.core.platform.components.actions.CreateIteratedToMasterTypedObjectLinkAction" scope="prototype" > <property name="createLinkOperation" ref="CreateTypedObjectLinkOperation"/> </bean> <bean id="DeleteIteratedToMasterLinkFromRecursiveStructureTableRowAction" class="com.nexitia.emaginplatform.jfx.core.platform.components.actions.DeleteIteratedToMasterLinkFromRecursiveStructureTableRowAction" scope="prototype" /> </beans>