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

META-INF.service-builder-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.kernel.util.FastDateFormatFactoryUtil" class="com.liferay.portal.kernel.util.FastDateFormatFactoryUtil">
		<property name="fastDateFormatFactory">
			<bean class="com.liferay.portal.util.FastDateFormatFactoryImpl" />
		</property>
	</bean>
	<bean id="com.liferay.portal.kernel.util.FileUtil" class="com.liferay.portal.kernel.util.FileUtil">
		<property name="file">
			<bean class="com.liferay.portal.util.FileImpl" />
		</property>
	</bean>
	<bean id="com.liferay.portal.kernel.xml.SAXReader" class="com.liferay.portal.xml.SAXReaderImpl" />
	<bean id="com.liferay.portal.kernel.xml.SAXReaderUtil" class="com.liferay.portal.kernel.xml.SAXReaderUtil">
		<property name="SAXReader" ref="com.liferay.portal.kernel.xml.SAXReader" />
	</bean>
	<bean id="com.liferay.portal.model.ModelHintsUtil" class="com.liferay.portal.model.ModelHintsUtil">
		<property name="modelHints">
			<bean class="com.liferay.portal.model.ModelHintsImpl">
				<property name="SAXReader" ref="com.liferay.portal.kernel.xml.SAXReader" />
			</bean>
		</property>
	</bean>
	<bean id="com.liferay.portal.security.permission.ResourceActionsUtil" class="com.liferay.portal.security.permission.ResourceActionsUtil">
		<property name="resourceActions">
			<bean class="com.liferay.portal.security.permission.ResourceActionsImpl" />
		</property>
	</bean>
	<bean id="com.liferay.portal.util.PortalUtil" class="com.liferay.portal.util.PortalUtil">
		<property name="portal">
			<bean class="com.liferay.portal.util.PortalImpl" />
		</property>
	</bean>
</beans>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy