Author: psharples
Date: Thu Mar 24 12:04:43 2011
New Revision: 1084923

URL: http://svn.apache.org/viewvc?rev=1084923&view=rev
Log:
helper interface for queueing mechanism

Added:
    
incubator/wookie/trunk/src/org/apache/wookie/ajaxmodel/IWidgetRuntimeHelper.java
   (with props)

Added: 
incubator/wookie/trunk/src/org/apache/wookie/ajaxmodel/IWidgetRuntimeHelper.java
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/src/org/apache/wookie/ajaxmodel/IWidgetRuntimeHelper.java?rev=1084923&view=auto
==============================================================================
--- 
incubator/wookie/trunk/src/org/apache/wookie/ajaxmodel/IWidgetRuntimeHelper.java
 (added)
+++ 
incubator/wookie/trunk/src/org/apache/wookie/ajaxmodel/IWidgetRuntimeHelper.java
 Thu Mar 24 12:04:43 2011
@@ -0,0 +1,28 @@
+/*
+ *  Licensed under the Apache License, Version 2.0 (the "License");
+ *  you may not use this file except in compliance with the License.
+ *  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.apache.wookie.ajaxmodel;
+/**
+ * IWidgetRuntimeHelper - some static strings needed for configuring whether 
or not to use queues
+ * 
+ * @author Paul Sharples
+ * @version $Id$ 
+ *
+ */
+public interface IWidgetRuntimeHelper {
+       static final String USE_PREFERENCE_INSTANCE_QUEUES = 
"widget.preferences.useinstancequeues";
+       static final String USE_SHAREDDATA_INSTANCE_QUEUES = 
"widget.shareddata.useinstancequeues";
+       static final String DWR_SET_PREFERENCE_CALL = 
"/wookie/dwr/call/plaincall/WidgetImpl.setPreferenceForKey.dwr";
+       static final String DWR_SET_SHAREDDATA_CALL = 
"/wookie/dwr/call/plaincall/WidgetImpl.setSharedDataForKey.dwr";  
+       static final String DWR_APPEND_SHAREDDATA_CALL = 
"/wookie/dwr/call/plaincall/WidgetImpl.appendSharedDataForKey.dwr";    
+}

Propchange: 
incubator/wookie/trunk/src/org/apache/wookie/ajaxmodel/IWidgetRuntimeHelper.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain


Reply via email to