| 12345678910111213141516171819202122232425262728293031 |
- <?xml version="1.0" encoding="GB2312"?>
- <plugin version="1.0" id="components.region">
- <!--Config For ObjectLCMonitor BEGIN-->
- <!--
- Listener默认为监控对象的新增、修改、删除前
- EventType:
- 1:新增
- 2:修改
- 3:删除前
- 4:删除后
- 5:修改后
- 多个以逗号隔开
- -->
- <extension
- element-class="com.trs.infra.persistent.listener.MonitorHostConfig"
- id="components.wcm.content.ObjectLCMonitor">
- <!--文档-->
- <monitor-host name="文档"
- class-name="com.trs.components.wcm.content.persistent.Document">
- <listener bean-id="DocumentListenerForPublish" event-type="4"/>
- </monitor-host>
- <monitor-host name="栏目文档"
- class-name="com.trs.components.wcm.content.persistent.ChnlDoc">
- <listener bean-id="ChannelDocListenerForPublish" event-type="5"/>
- </monitor-host>
- <monitor-host name="栏目"
- class-name="com.trs.components.wcm.content.persistent.Channel">
- <listener bean-id="ChannelListenerForPublish" event-type="4,5"/>
- </monitor-host>
- </extension>
- </plugin>
|