public class FactoryExtension
extends java.lang.Object
implements FESI.jslib.JSExtension
ObjectWrapperManager| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
GLOBAL_FACTORY
Deprecated.
Name of global factory member.
|
| Constructor and Description |
|---|
FactoryExtension()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
initializeExtension(FESI.jslib.JSGlobalObject go)
Deprecated.
Initializes the extension.
|
public static final java.lang.String GLOBAL_FACTORY
public void initializeExtension(FESI.jslib.JSGlobalObject go)
throws FESI.jslib.JSException
initializeExtension in interface FESI.jslib.JSExtensiongo - JSGlobalObject for the interpreter thread.FESI.jslib.JSException - Thrown if unable to initialize the extension.