com.ibm.wala.cast.js.html
Class WebPageLoaderFactory

java.lang.Object
  extended by com.ibm.wala.cast.loader.SingleClassLoaderFactory
      extended by com.ibm.wala.cast.js.loader.JavaScriptLoaderFactory
          extended by com.ibm.wala.cast.js.html.WebPageLoaderFactory
All Implemented Interfaces:
ClassLoaderFactory

public class WebPageLoaderFactory
extends JavaScriptLoaderFactory


Field Summary
 
Fields inherited from class com.ibm.wala.cast.js.loader.JavaScriptLoaderFactory
translatorFactory
 
Constructor Summary
WebPageLoaderFactory(JavaScriptTranslatorFactory factory)
           
 
Method Summary
protected  IClassLoader makeTheLoader(IClassHierarchy cha)
           
 
Methods inherited from class com.ibm.wala.cast.js.loader.JavaScriptLoaderFactory
getTheReference
 
Methods inherited from class com.ibm.wala.cast.loader.SingleClassLoaderFactory
getLoader, getTheLoader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebPageLoaderFactory

public WebPageLoaderFactory(JavaScriptTranslatorFactory factory)
Method Detail

makeTheLoader

protected IClassLoader makeTheLoader(IClassHierarchy cha)
Overrides:
makeTheLoader in class JavaScriptLoaderFactory