All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.editor-spring.xml Maven / Gradle / Ivy

There is a newer version: 7.0.0-nightly
Show newest version
<?xml version="1.0"?>

<beans
	default-destroy-method="destroy"
	default-init-method="afterPropertiesSet"
	xmlns="http://www.springframework.org/schema/beans"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd"
>
	<bean id="com.liferay.portal.editor.fckeditor.receiver.CommandReceiverFactory" class="com.liferay.portal.editor.fckeditor.receiver.CommandReceiverFactory">
		<property name="commandReceivers">
			<map key-type="java.lang.String" value-type="com.liferay.portal.editor.fckeditor.receiver.CommandReceiver">
				<entry key="Attachment">
					<bean class="com.liferay.portal.editor.fckeditor.receiver.impl.AttachmentCommandReceiver" />
				</entry>
				<entry key="Document">
					<bean class="com.liferay.portal.editor.fckeditor.receiver.impl.DocumentCommandReceiver" />
				</entry>
				<entry key="Page">
					<bean class="com.liferay.portal.editor.fckeditor.receiver.impl.PageCommandReceiver" />
				</entry>
			</map>
		</property>
	</bean>
</beans>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy