org.cometd
Class HttpCookieStore

java.lang.Object
  extended by org.mozilla.javascript.ScriptableObject
      extended by org.cometd.HttpCookieStore
All Implemented Interfaces:
java.io.Serializable, org.mozilla.javascript.ConstProperties, org.mozilla.javascript.debug.DebuggableObject, org.mozilla.javascript.Scriptable

public class HttpCookieStore
extends org.mozilla.javascript.ScriptableObject

Version:
$Revision: 794 $ $Date: 2009-11-19 21:44:15 +0100 (Thu, 19 Nov 2009) $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.mozilla.javascript.ScriptableObject
CONST, DONTENUM, EMPTY, PERMANENT, READONLY, UNINITIALIZED_CONST
 
Fields inherited from interface org.mozilla.javascript.Scriptable
NOT_FOUND
 
Constructor Summary
HttpCookieStore()
           
 
Method Summary
 void clear()
           
 java.lang.String getClassName()
           
 java.lang.String jsFunction_get(java.lang.String scheme, java.lang.String host, java.lang.String path)
           
 void jsFunction_set(java.lang.String scheme, java.lang.String host, java.lang.String path, java.lang.String value)
           
 void putAll(HttpCookieStore other)
           
 
Methods inherited from class org.mozilla.javascript.ScriptableObject
associateValue, callMethod, callMethod, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineFunctionProperties, defineProperty, defineProperty, defineProperty, defineProperty, delete, delete, deleteProperty, deleteProperty, equivalentValues, get, get, getAllIds, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getClassPrototype, getDefaultValue, getDefaultValue, getFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getParentScope, getProperty, getProperty, getPropertyIds, getPrototype, getTopLevelScope, getTopScopeValue, has, has, hasInstance, hasProperty, hasProperty, isConst, isSealed, put, put, putConst, putConstProperty, putProperty, putProperty, redefineProperty, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setGetterOrSetter, setParentScope, setPrototype
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpCookieStore

public HttpCookieStore()
Method Detail

getClassName

public java.lang.String getClassName()
Specified by:
getClassName in interface org.mozilla.javascript.Scriptable
Specified by:
getClassName in class org.mozilla.javascript.ScriptableObject

jsFunction_get

public java.lang.String jsFunction_get(java.lang.String scheme,
                                       java.lang.String host,
                                       java.lang.String path)
                                throws java.lang.Exception
Throws:
java.lang.Exception

jsFunction_set

public void jsFunction_set(java.lang.String scheme,
                           java.lang.String host,
                           java.lang.String path,
                           java.lang.String value)
                    throws java.lang.Exception
Throws:
java.lang.Exception

clear

public void clear()

putAll

public void putAll(HttpCookieStore other)


Copyright © 2010 Dojo Foundation. All Rights Reserved.