Nuxeo Enterprise Platform 5.4

Uses of Class
org.nuxeo.ecm.webengine.model.impl.ModuleImpl

Packages that use ModuleImpl
org.nuxeo.ecm.webengine.debug   
org.nuxeo.ecm.webengine.model.impl   
 

Uses of ModuleImpl in org.nuxeo.ecm.webengine.debug
 

Methods in org.nuxeo.ecm.webengine.debug with parameters of type ModuleImpl
static void ModuleTracker.flushRootResourcesCache(ModuleImpl module)
           
static void ModuleTracker.flushSkinCache(ModuleImpl module)
          Flush the skin cache for the given module.
static void ModuleTracker.flushTypeCache(ModuleImpl module)
          Flush the type cache of a module.
 

Constructors in org.nuxeo.ecm.webengine.debug with parameters of type ModuleImpl
DefaultModuleTracker(ModuleImpl module)
           
IDEModuleTracker(ModuleImpl module)
           
ModuleTracker(ModuleImpl module)
           
 

Uses of ModuleImpl in org.nuxeo.ecm.webengine.model.impl
 

Methods in org.nuxeo.ecm.webengine.model.impl that return ModuleImpl
 ModuleImpl TypeRegistry.getModule()
           
 ModuleImpl DefaultTypeLoader.getModule()
           
 ModuleImpl ModuleImpl.getSuperModule()
           
 

Constructors in org.nuxeo.ecm.webengine.model.impl with parameters of type ModuleImpl
AdapterTypeImpl(WebEngine engine, ModuleImpl module, ResourceTypeImpl superType, java.lang.String name, java.lang.String adapterName, ClassProxy clazz, int visibility)
           
DefaultTypeLoader(ModuleImpl module, TypeRegistry typeReg, java.io.File root)
           
ModuleImpl(WebEngine engine, ModuleImpl superModule, ModuleConfiguration config)
           
ResourceTypeImpl(WebEngine engine, ModuleImpl module, ResourceTypeImpl superType, java.lang.String name, ClassProxy clazz, int visibility)
           
TypeRegistry(TypeRegistry parent, WebEngine engine, ModuleImpl module)
           
TypeRegistry(WebEngine engine, ModuleImpl module)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.