
META-INF.spring.calendar-spring.xml Maven / Gradle / Ivy
<?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 class="com.liferay.calendar.notification.impl.NotificationSenderFactory" id="com.liferay.calendar.notification.impl.NotificationSenderFactory"> <property name="notificationSenders"> <map> <entry key="email"> <bean class="com.liferay.calendar.notification.impl.EmailNotificationSender" /> </entry> <entry key="im"> <bean class="com.liferay.calendar.notification.impl.IMNotificationSender" /> </entry> </map> </property> </bean> <bean class="com.liferay.calendar.exporter.CalendarDataHandlerFactory" id="com.liferay.calendar.exporter.CalendarDataHandlerFactory"> <property name="calendarDataHandlers"> <map> <entry key="ics"> <bean class="com.liferay.calendar.util.CalendarICalDataHandler" /> </entry> </map> </property> </bean> </beans>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy