|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JSObjectFactory | |
---|---|
com.ibm.itim.fesiextensions | Provides classes for working with FESI extensions. |
Uses of JSObjectFactory in com.ibm.itim.fesiextensions |
---|
Classes in com.ibm.itim.fesiextensions that implement JSObjectFactory | |
---|---|
class |
JSAttributeValueFactory
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. |
class |
JSDirectoryObjectFactory
Deprecated. This class is part of the FESI script framework and will no longer be supported or updated as of ITIM 5.0. Use JSDirectoryObjectWrapperFactory instead. |
class |
JSGlobalObjectFactory
Deprecated. This class is part of the FESI script framework and will no longer be supported or updated as of ITIM 5.0. This class was used to register new factories used to wrap objects. Under the new script framework, this is done in scriptframework.properties. |
class |
JSHashMapFactory
Deprecated. This class is part of the FESI script framework and will no longer be supported or updated as of ITIM 5.0. Use JSMapWrapperFactory instead. |
class |
JSListObjectFactory
Deprecated. This class is part of the FESI script framework and will no longer be supported or updated as of ITIM 5.0. Use JSCollectionWrapperFactory instead. |
class |
JSPropertiesFactory
Deprecated. This class is part of the FESI script framework and will no longer be supported or updated as of ITIM 5.0. Use JSMapWrapperFactory instead. |
Methods in com.ibm.itim.fesiextensions with parameters of type JSObjectFactory | |
---|---|
void |
JSGlobalObjectFactory.registerObjectFactory(java.lang.String className,
JSObjectFactory factory)
Deprecated. Register given object factory within the script evaluator |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |