Deprecated.This class is part of the FESI script framework and will no
longer be supported or updated as of ITIM 5.0. Use
JSAttributeValueWrapperFactory instead.
JSAttributeValuesFactory provides an interface for creating JS objects that
represent AttributeValues. The given AttributeValue is defined as a named JS
object.
createJavaObject(java.lang.String name,
FESI.jslib.JSObject o) Deprecated. Creates a Java object from the specified JavaScript object.
FESI.jslib.JSObject
createScriptObject(FESI.jslib.JSGlobalObject go,
FESI.jslib.JSObject parent,
java.lang.String name,
java.lang.Object item) Deprecated. Creates a named object that can be used in the client's script.
Creates a named object that can be used in the client's script. This
method differes from setContextItem in that it will translate the given
java object to an object that is compatible with the scripting language
implementation and the result can be used in the client scripts, not
just by the script engine extensions.