org.apache.cocoon.components.flow.javascript.fom
Class AO_FOM_Cocoon.FOM_Cookie

java.lang.Object
  extended byorg.mozilla.javascript.ScriptableObject
      extended byorg.apache.cocoon.components.flow.javascript.fom.AO_FOM_Cocoon.FOM_Cookie
All Implemented Interfaces:
org.mozilla.javascript.debug.DebuggableObject, org.mozilla.javascript.Scriptable, Serializable
Enclosing class:
AO_FOM_Cocoon

public static class AO_FOM_Cocoon.FOM_Cookie
extends org.mozilla.javascript.ScriptableObject

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.mozilla.javascript.ScriptableObject
DONTENUM, EMPTY, PERMANENT, READONLY
 
Fields inherited from interface org.mozilla.javascript.Scriptable
NOT_FOUND
 
Constructor Summary
AO_FOM_Cocoon.FOM_Cookie()
           
AO_FOM_Cocoon.FOM_Cookie(Object cookie)
           
 
Method Summary
 String getClassName()
           
 String jsGet_comment()
           
 String jsGet_domain()
           
 int jsGet_maxAge()
           
 String jsGet_name()
           
 String jsGet_path()
           
 boolean jsGet_secure()
           
 String jsGet_value()
           
 int jsGet_version()
           
 void jsSet_comment(String purpose)
           
 void jsSet_domain(String pattern)
           
 void jsSet_maxAge(int value)
           
 void jsSet_path(String value)
           
 void jsSet_secure(boolean value)
           
 void jsSet_value(String value)
           
 void jsSet_version(int value)
           
 
Methods inherited from class org.mozilla.javascript.ScriptableObject
associateValue, callMethod, callMethod, defineClass, defineClass, defineFunctionProperties, defineProperty, defineProperty, defineProperty, defineProperty, delete, delete, deleteProperty, deleteProperty, equivalentValues, get, get, getAllIds, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getClassPrototype, getDefaultValue, getFunctionPrototype, getIds, getObjectPrototype, getParentScope, getProperty, getProperty, getPropertyIds, getPrototype, getTopLevelScope, getTopScopeValue, has, has, hasInstance, hasProperty, hasProperty, isSealed, put, put, putProperty, putProperty, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setParentScope, setPrototype
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AO_FOM_Cocoon.FOM_Cookie

public AO_FOM_Cocoon.FOM_Cookie()

AO_FOM_Cocoon.FOM_Cookie

public AO_FOM_Cocoon.FOM_Cookie(Object cookie)
Method Detail

getClassName

public String getClassName()

jsGet_name

public String jsGet_name()

jsGet_version

public int jsGet_version()

jsSet_version

public void jsSet_version(int value)

jsGet_value

public String jsGet_value()

jsSet_value

public void jsSet_value(String value)

jsSet_comment

public void jsSet_comment(String purpose)

jsGet_comment

public String jsGet_comment()

jsSet_domain

public void jsSet_domain(String pattern)

jsGet_domain

public String jsGet_domain()

jsSet_maxAge

public void jsSet_maxAge(int value)

jsGet_maxAge

public int jsGet_maxAge()

jsSet_path

public void jsSet_path(String value)

jsGet_path

public String jsGet_path()

jsSet_secure

public void jsSet_secure(boolean value)

jsGet_secure

public boolean jsGet_secure()


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.