com.ibm.itim.fesiextensions
Class PersonModelExtension

java.lang.Object
  |
  +--com.ibm.itim.fesiextensions.PersonModelExtension
All Implemented Interfaces:
JSExtension

public class PersonModelExtension
extends java.lang.Object
implements JSExtension

PersonModelExtension defines all person model specific extensions to the java script interpreter. This extension is dependent on the DirectoryModelExtension.

See Also:
DirectoryModelExtension

Constructor Summary
PersonModelExtension()
           
 
Method Summary
 void initializeExtension(JSGlobalObject go)
          Initializes the extension.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersonModelExtension

public PersonModelExtension()
Method Detail

initializeExtension

public void initializeExtension(JSGlobalObject go)
                         throws JSException
Initializes the extension. At the conclusion of initialization, the prototypes for the various supported types of entity search objects and their constructors will be defined.
Specified by:
initializeExtension in interface JSExtension
Parameters:
go - JSGlobalObject for the interpreter thread.
Throws:
JSException - Thrown if unable to initialize the extension.