spring.apsadmin.system.entityManagersActionsConfig.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context" 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"> <bean id="entityManagersAction" scope="prototype" class="com.agiletec.apsadmin.system.entity.EntityManagersAction" parent="abstractBaseAction" > </bean> <bean id="entityTypesAction" scope="prototype" class="com.agiletec.apsadmin.system.entity.type.EntityTypesAction" parent="abstractBaseAction" > </bean> <bean id="defaultEntityFinderAction" scope="prototype" class="com.agiletec.apsadmin.system.entity.DefaultApsEntityFinderAction" parent="abstractBaseAction" > <property name="entityActionHelper" ref="entityActionHelper" /> </bean> <bean id="entityTypeConfigAction" scope="prototype" class="com.agiletec.apsadmin.system.entity.type.EntityTypeConfigAction" parent="abstractBaseAction" > </bean> <bean id="entityAttributeConfigAction" scope="prototype" class="com.agiletec.apsadmin.system.entity.type.EntityAttributeConfigAction" parent="abstractBaseAction" > </bean> <bean id="listElementAttributeConfigAction" scope="prototype" class="com.agiletec.apsadmin.system.entity.type.ListElementAttributeConfigAction" parent="abstractBaseAction" > </bean> <bean id="entityCompositeAttributeConfigAction" scope="prototype" class="com.agiletec.apsadmin.system.entity.type.CompositeAttributeConfigAction" parent="abstractBaseAction" > </bean> </beans>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy