config.xml 823 B

123456789101112131415161718192021222324252627
  1. <?xml version="1.0" encoding="GB2312"?>
  2. <plugin name="WCM电子报组件" version="1.0" id="wcm.epress">
  3. <!--Config For ObjectLCMonitor BEGIN-->
  4. <!--
  5. Listener默认为监控对象的新增、修改、删除前
  6. EventType:
  7. 1:新增
  8. 2:修改后
  9. 3:删除前
  10. 4、删除后
  11. 5、修改前
  12. 多个以逗号隔开
  13. -->
  14. <extension
  15. element-class="com.trs.infra.persistent.listener.MonitorHostConfig"
  16. id="components.wcm.content.ObjectLCMonitor">
  17. <!--文档-->
  18. <monitor-host name="文档"
  19. class-name="com.trs.components.wcm.content.persistent.Document">
  20. <listener bean-id="DocumentLCListenerHistoryIndex" event-type="2,4"/>
  21. </monitor-host>
  22. <monitor-host name="栏目"
  23. class-name="com.trs.components.wcm.content.persistent.Channel">
  24. <listener bean-id="ChannelLCListener4EPress" event-type="4"/>
  25. </monitor-host>
  26. </extension>
  27. </plugin>