Uses of Class
org.nuxeo.ecm.webengine.model.impl.ModuleImpl
Packages that use ModuleImpl
- 
Uses of ModuleImpl in org.nuxeo.ecm.webengine.model.impl
Fields in org.nuxeo.ecm.webengine.model.impl declared as ModuleImplModifier and TypeFieldDescriptionprotected final ModuleImplDefaultTypeLoader.moduleprotected final ModuleImplTypeRegistry.moduleprotected final ModuleImplModuleImpl.superModuleMethods in org.nuxeo.ecm.webengine.model.impl that return ModuleImplModifier and TypeMethodDescriptionDefaultTypeLoader.getModule()TypeRegistry.getModule()ModuleImpl.getSuperModule()Constructors in org.nuxeo.ecm.webengine.model.impl with parameters of type ModuleImplModifierConstructorDescriptionAdapterTypeImpl(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)