|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mozilla.javascript.NativeJavaObject
org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon.AttributeHolderJavaObject
org.apache.cocoon.components.flow.javascript.fom.FOM_Cocoon.FOM_Session
JS wrapper for Cocoon's session object.
Session attributes are also present as properties on this object.
Field Summary |
Fields inherited from class org.mozilla.javascript.NativeJavaObject |
CONVERSION_NONE, CONVERSION_NONTRIVIAL, CONVERSION_TRIVIAL, javaObject, members, parent, prototype, staticType |
Fields inherited from interface org.mozilla.javascript.Scriptable |
NOT_FOUND |
Constructor Summary | |
FOM_Cocoon.FOM_Session(org.mozilla.javascript.Scriptable scope,
Session session)
|
Method Summary | |
Object |
get(String name,
org.mozilla.javascript.Scriptable start)
|
protected Object |
getAttribute(String name)
|
protected Enumeration |
getAttributeNames()
|
Object[] |
getIds()
|
boolean |
has(String name,
org.mozilla.javascript.Scriptable start)
|
Methods inherited from class org.mozilla.javascript.NativeJavaObject |
canConvert, coerceType, delete, delete, get, getClassName, getConversionWeight, 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_Session(org.mozilla.javascript.Scriptable scope, Session session)
Method Detail |
protected Enumeration getAttributeNames()
protected Object getAttribute(String name)
public Object[] getIds()
public boolean has(String name, org.mozilla.javascript.Scriptable start)
public Object get(String name, org.mozilla.javascript.Scriptable start)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |