|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.mozilla.javascript.NativeJavaObject org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon.FOM_Context
public static class FOM_Cocoon.FOM_Context
JS wrapper for Cocoon's context object.
Context attributes are also present as properties on this object.
Field Summary |
---|
Fields inherited from class org.mozilla.javascript.NativeJavaObject |
---|
javaObject, members, parent, prototype, staticType |
Fields inherited from interface org.mozilla.javascript.Scriptable |
---|
NOT_FOUND |
Constructor Summary | |
---|---|
FOM_Cocoon.FOM_Context(org.mozilla.javascript.Scriptable scope,
Context context)
|
Method Summary | |
---|---|
protected Object |
getAttribute(String name)
|
protected Enumeration |
getAttributeNames()
|
Methods inherited from class org.mozilla.javascript.NativeJavaObject |
---|
canConvert, coerceType, delete, delete, get, getClassName, getDefaultValue, getParentScope, getPrototype, has, hasInstance, initMembers, put, put, setParentScope, setPrototype, unwrap, wrap |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FOM_Cocoon.FOM_Context(org.mozilla.javascript.Scriptable scope, Context context)
Method Detail |
---|
protected Enumeration getAttributeNames()
protected Object getAttribute(String name)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |