cpsasm.properties 967 B

12345678910111213141516171819202122
  1. ##########################
  2. # IBM Confidential
  3. #
  4. # OCO Source Materials
  5. #
  6. # IBM Cognos Products: cpscrn
  7. #
  8. # (C) Copyright IBM Corp. 2005, 2011
  9. #
  10. # The source code for this program is not published or otherwise divested of its trade secrets, irrespective of what has been deposited with the U.S. Copyright Office.
  11. #
  12. ##########################
  13. #################################
  14. # CPS Assembler factory classes #
  15. #################################
  16. factory.storage.class.connection=com.cognos.cps.bseries.xts.pagelet.storage.Storage
  17. factory.storage.class.admin=com.cognos.cps.bseries.xts.pagelet.storage.StaticStorage
  18. factory.storage.class.content=com.cognos.cps.bseries.xts.pagelet.storage.StaticStorage
  19. factory.storage.class.utility=com.cognos.cps.bseries.xts.pagelet.storage.StaticStorage
  20. factory.consumer.class.default=com.cognos.cps.pagelet.consumer.impl.ConsumerImpl
  21. factory.processor.class.default=com.cognos.cps.pagelet.processor.impl.ProcessorImpl