* Content of JavaScript that will be added into available JavaScript
*/
@Deprecated
public synchronized void addExtendedJavascript(String module, String scriptPath, ServletContext scontext, String scriptData)
{
ExtendedJScript js = new ExtendedJScript(module, scriptPath, scontext.getContextPath(), scriptData);
commonJScripts.add(js);
if (log.isDebugEnabled())
{
log.debug("Added an extended javascript " + js);
}