| CODENOTIFIER | HelpYou are not signed inSign in |
Project: cometd
Revision: 507
Author: gregw
Date: 23 Jul 2008 03:54:40
Changes:removed an old dojox
Files:| ... | ...@@ -22,7 +22,7 @@ | |
| 22 | 22 | * This interface represents the server side API for the Bayeux messaging protocol. |
| 23 | 23 | * <p> |
| 24 | 24 | * The implementation of Bayeux will be registered as a {@link javax.servlet.ServletContext} attribute |
| 25 | * with the name "dojox.cometd.bayeux". This may be set prior to the context being initialized | |
| 25 | * with the name "org.cometd.bayeux". This may be set prior to the context being initialized | |
| 26 | 26 | * (if the instance is shared between contexts) or during context initialization. |
| 27 | 27 | * <p> |
| 28 | 28 | * Bayeux implementations must be thread safe and multiple threads may simultaneously |
| ... | ...@@ -108,7 +108,7 @@ | |
| 108 | 108 | /**Transport types - flash*/ |
| 109 | 109 | public static final String TRANSPORT_FLASH="flash"; |
| 110 | 110 | /** ServletContext attribute name used to obtain the Bayeux object */ |
| 111 | public static final String DOJOX_COMETD_BAYEUX="dojox.cometd.bayeux"; | |
| 111 | public static final String DOJOX_COMETD_BAYEUX="org.cometd.bayeux"; | |
| 112 | 112 | /*http field names*/ |
| 113 | 113 | /**http helpers - text/json content type*/ |
| 114 | 114 | public static final String JSON_CONTENT_TYPE="text/json"; |