org.apache.cocoon.components.flow.javascript.fom
Class FOM_WebContinuation

java.lang.Object
  extended by org.mozilla.javascript.ScriptableObject
      extended by org.apache.cocoon.components.flow.javascript.fom.FOM_WebContinuation
All Implemented Interfaces:
Serializable, LogEnabled, org.mozilla.javascript.debug.DebuggableObject, org.mozilla.javascript.Scriptable

public class FOM_WebContinuation
extends org.mozilla.javascript.ScriptableObject
implements LogEnabled

Version:
CVS $Id: FOM_WebContinuation.html 1304258 2012-03-23 10:09:27Z ilgrosso $
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
FOM_WebContinuation()
           
FOM_WebContinuation(WebContinuation wk)
           
 
Method Summary
 void enableLogging(Logger logger)
           
 String getClassName()
           
 WebContinuation getWebContinuation()
           
static Object jsConstructor(org.mozilla.javascript.Context cx, Object[] args, org.mozilla.javascript.Function ctorObj, boolean inNewExpr)
           
 void jsFunction_display()
           
 Object jsFunction_getAttribute(String name)
           
 Object jsFunction_getAttributeNames()
           
 org.mozilla.javascript.NativeArray jsFunction_getChildren()
           
 FOM_WebContinuation jsFunction_getParent()
           
 void jsFunction_invalidate()
           
 boolean jsFunction_isBookmark()
           
 void jsFunction_removeAttribute(String name)
           
 void jsFunction_setAttribute(String name, Object value)
           
 void jsFunction_setBookmark(boolean value)
           
 boolean jsGet_bookmark()
           
 org.mozilla.javascript.continuations.Continuation jsGet_continuation()
           
 String jsGet_id()
           
 FOM_WebContinuation jsGet_previousBookmark()
           
 String toString()
          Return text representation of the WebContinuation.
 
Methods inherited from class org.mozilla.javascript.ScriptableObject
associateValue, callMethod, callMethod, defineClass, 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, wait, wait, wait
 

Constructor Detail

FOM_WebContinuation

public FOM_WebContinuation()

FOM_WebContinuation

public FOM_WebContinuation(WebContinuation wk)
Method Detail

enableLogging

public void enableLogging(Logger logger)
Specified by:
enableLogging in interface LogEnabled

jsConstructor

public static Object jsConstructor(org.mozilla.javascript.Context cx,
                                   Object[] args,
                                   org.mozilla.javascript.Function ctorObj,
                                   boolean inNewExpr)
                            throws Exception
Throws:
Exception

getClassName

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

jsFunction_getAttribute

public Object jsFunction_getAttribute(String name)

jsFunction_setAttribute

public void jsFunction_setAttribute(String name,
                                    Object value)

jsFunction_removeAttribute

public void jsFunction_removeAttribute(String name)

jsFunction_getAttributeNames

public Object jsFunction_getAttributeNames()

jsGet_id

public String jsGet_id()

jsGet_continuation

public org.mozilla.javascript.continuations.Continuation jsGet_continuation()

jsFunction_getParent

public FOM_WebContinuation jsFunction_getParent()

jsFunction_getChildren

public org.mozilla.javascript.NativeArray jsFunction_getChildren()
                                                          throws Exception
Throws:
Exception

jsFunction_invalidate

public void jsFunction_invalidate()
                           throws Exception
Throws:
Exception

jsFunction_display

public void jsFunction_display()

getWebContinuation

public WebContinuation getWebContinuation()

jsFunction_setBookmark

public void jsFunction_setBookmark(boolean value)

jsGet_bookmark

public boolean jsGet_bookmark()

jsFunction_isBookmark

public boolean jsFunction_isBookmark()

jsGet_previousBookmark

public FOM_WebContinuation jsGet_previousBookmark()

toString

public String toString()
Return text representation of the WebContinuation.

Overrides:
toString in class Object


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.