FileDocCategorySizeDatePackage
DummyWebModuleManager.javaAPI DocGlassfish v2 API2880Mon Jun 18 16:14:54 BST 2007com.sun.enterprise.server

DummyWebModuleManager

public class DummyWebModuleManager extends AbstractManager
A dummy manager class that will be used by ApplicationLifecycle. The only duty of this manager is to give out DummyWebModuleLoader.
author
Binod PG

Fields Summary
static Logger
_logger
Constructors Summary
protected DummyWebModuleManager(com.sun.enterprise.instance.WebModulesManager manager, ClassLoader loader)


    // This constructs makes the web modules manager available to the 
    // super class.
         
        super(loader, manager);
    
Methods Summary
protected AbstractLoadergetLoader(java.lang.String id)

        return new DummyWebModuleLoader(id, this.parentClassLoader, 
                   (WebModulesManager) this.configManager);