beans.xml 628 B

1234567891011121314151617
  1. <?xml version="1.0" encoding="GB2312"?>
  2. <plugin version="1.0" id="wcm.photo">
  3. <beans>
  4. <bean id="IImageLibConfig"
  5. class="com.trs.wcm.photo.impl.ImageLibConfigImpl" singleton="true"/>
  6. <bean id="IImageLibService"
  7. class="com.trs.wcm.photo.impl.ImageLibServiceImpl"
  8. singleton="true"/>
  9. <bean id="IMagicImage" class="com.trs.wcm.photo.impl.MagicImageImpl"
  10. singleton="false"/>
  11. <bean id="IImageLibMgr" class="com.trs.wcm.photo.impl.ImageLibMgrImpl"
  12. singleton="false"/>
  13. <bean id="DocumentLCLisenterForPhoto"
  14. class="com.trs.wcm.photo.DocumentLCLisenterForPhoto"
  15. singleton="true"/>
  16. </beans>
  17. </plugin>