12345678910111213141516171819202122 |
- ##########################
- # IBM Confidential
- #
- # OCO Source Materials
- #
- # IBM Cognos Products: cpscrn
- #
- # (C) Copyright IBM Corp. 2005, 2011
- #
- # 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.
- #
- ##########################
- #################################
- # CPS Assembler factory classes #
- #################################
- factory.storage.class.connection=com.cognos.cps.bseries.xts.pagelet.storage.Storage
- factory.storage.class.admin=com.cognos.cps.bseries.xts.pagelet.storage.StaticStorage
- factory.storage.class.content=com.cognos.cps.bseries.xts.pagelet.storage.StaticStorage
- factory.storage.class.utility=com.cognos.cps.bseries.xts.pagelet.storage.StaticStorage
- factory.consumer.class.default=com.cognos.cps.pagelet.consumer.impl.ConsumerImpl
- factory.processor.class.default=com.cognos.cps.pagelet.processor.impl.ProcessorImpl
|