Nuxeo ECM Projects 5.4.3-SNAPSHOT

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.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
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, String name, String adapterName, ClassProxy clazz, int visibility)
           
DefaultTypeLoader(ModuleImpl module, TypeRegistry typeReg, File root)
           
ModuleImpl(WebEngine engine, ModuleImpl superModule, ModuleConfiguration config)
           
ResourceTypeImpl(WebEngine engine, ModuleImpl module, ResourceTypeImpl superType, String name, ClassProxy clazz, int visibility)
           
TypeRegistry(TypeRegistry parent, WebEngine engine, ModuleImpl module)
           
TypeRegistry(WebEngine engine, ModuleImpl module)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.