com.ibm.itim.fesiextensions
Class Enrole

java.lang.Object
  |
  +--com.ibm.itim.fesiextensions.Enrole
All Implemented Interfaces:
EnroleRuntimeContext, FESIExtensionConstants, JSExtension

public class Enrole
extends java.lang.Object
implements JSExtension, EnroleRuntimeContext, FESIExtensionConstants

Extension that provides general utilities that can be applied globally to the platform, such as date and time utility functions.

Functions provided:


Fields inherited from interface com.ibm.itim.fesiextensions.EnroleRuntimeContext
FESI_CONTEXT_ITEM_ATTRIBUTES
 
Fields inherited from interface com.ibm.itim.fesiextensions.FESIExtensionConstants
CUSTOM_ERROR_INVALID_FUNCTION_ARGUMENTS, CUSTOM_ERROR_INVALID_IMPLEMENTATION_CLASS, FESI_EXTENSION_PREFIX_ENROLE, MULTIVALUE_DELIMITER
 
Constructor Summary
Enrole()
           
 
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

Enrole

public Enrole()
Method Detail

initializeExtension

public void initializeExtension(JSGlobalObject go)
                         throws JSException
Initializes the extension. At the conclusion of initialization, the functions defined in the extension will be available to the script interpreter.
Specified by:
initializeExtension in interface JSExtension
Parameters:
go - JSGlobalObject for the interpreter thread.
Throws:
JSException - Thrown if unable to initialize the extension.