|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.mozilla.javascript.ScriptableObject org.apache.cocoon.components.flow.javascript.fom.FOM_WebContinuation
public class FOM_WebContinuation
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 |
---|
public FOM_WebContinuation()
public FOM_WebContinuation(WebContinuation wk)
Method Detail |
---|
public void enableLogging(Logger logger)
enableLogging
in interface LogEnabled
public static Object jsConstructor(org.mozilla.javascript.Context cx, Object[] args, org.mozilla.javascript.Function ctorObj, boolean inNewExpr) throws Exception
Exception
public String getClassName()
getClassName
in interface org.mozilla.javascript.Scriptable
getClassName
in class org.mozilla.javascript.ScriptableObject
public Object jsFunction_getAttribute(String name)
public void jsFunction_setAttribute(String name, Object value)
public void jsFunction_removeAttribute(String name)
public Object jsFunction_getAttributeNames()
public String jsGet_id()
public org.mozilla.javascript.continuations.Continuation jsGet_continuation()
public FOM_WebContinuation jsFunction_getParent()
public org.mozilla.javascript.NativeArray jsFunction_getChildren() throws Exception
Exception
public void jsFunction_invalidate() throws Exception
Exception
public void jsFunction_display()
public WebContinuation getWebContinuation()
public void jsFunction_setBookmark(boolean value)
public boolean jsGet_bookmark()
public boolean jsFunction_isBookmark()
public FOM_WebContinuation jsGet_previousBookmark()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |