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

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

There is a newer version: 4.0.8
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
	xmlns:cwp="http://www.carewebframework.org/schema/plugin"
	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.xsd
		 http://www.carewebframework.org/schema/plugin
		 http://www.carewebframework.org/schema/plugin/plugin-extensions.xsd">

	<beans profile="root">

		<cwp:plugin id="fileTailer" name="Log File Tailer" 
			category="${labels.cwf.shell.plugin.category.system}"
			url="~./org/carewebframework/ui/filetailer/fileTailer.zul">
			<cwp:security requiresAll="false">
				<cwp:authority name="PRIV_MONITOR_SYSTEM" />
			</cwp:security>
		</cwp:plugin>

	</beans>

	<beans profile="desktop">

		<!-- Controllers -->
		<bean id="fileTailerController"
			class="org.carewebframework.ui.filetailer.MainController"
			scope="prototype">
			<property name="logManager" ref="logManager" />
		</bean>

	</beans>
</beans>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy