beans.xml 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?xml version="1.0" encoding="GB2312"?>
  2. <plugin name="WCM内容发布组件-Beans" version="1.0" id="wcm.publish">
  3. <beans>
  4. <!-- CacheMgr BEGIN -->
  5. <bean id="IFolderPubStatusCacheMgr"
  6. class="com.trs.components.wcm.publish.FolderPubStatusCacheMgrImpl"
  7. singleton="true"/>
  8. <!-- CacheMgr END -->
  9. <!-- WCMOBJ Life Cycle Listeners BEGIN -->
  10. <bean id="WCMFolderLCListener"
  11. class="com.trs.components.wcm.publish.WCMFolderLCListener"
  12. singleton="true"/>
  13. <bean id="ChnlDocLCListnerForPublish"
  14. class="com.trs.components.wcm.publish.ChnlDocLCListnerForPublish"
  15. singleton="true"/>
  16. <bean id="DocumentLCListenerForPublish"
  17. class="com.trs.components.wcm.publish.DocumentLCListenerForPublish"
  18. singleton="true"/>
  19. <bean id="WCMFolderPublishConfigLCListener"
  20. class="com.trs.components.wcm.publish.WCMFolderPublishConfigLCListener"
  21. singleton="true"/>
  22. <bean id="ChannelLCListenerForSpeical"
  23. class="com.trs.components.wcm.content.domain.ChannelLCListenerForSpeical"
  24. singleton="true"/>
  25. <bean id="ChnlDocLCListenerForPreNextPage"
  26. class="com.trs.components.wcm.publish.ChnlDocLCListenerForPreNextPage"
  27. singleton="true"/>
  28. <!-- WCMOBJ Life Cycle Listeners END -->
  29. <!-- 2016-09-29 10:29:15 添加TTRS_MirrorURL置标配置 -->
  30. <bean id="WCMTagParserMakeMirrorFromURL"
  31. class="com.trs.components.wcm.publish.tagparser.WCMTagParserMakeMirrorFromURL"
  32. singleton="true"/>
  33. </beans>
  34. </plugin>