used to intialize the java script context.
To use script intializer, the callers should:
1) create instance of IJavascriptInitializer
2) call ScriptContext.registerInitializer() to register that instance.
After that, the new ScriptContext instance will call the registed initializer in
the constructor.