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 ModuleImpl
DefaultTypeLoader.module
protected final ModuleImpl
TypeRegistry.module
protected final ModuleImpl
ModuleImpl.superModule
Methods 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, com.sun.jersey.server.spi.component.ResourceComponentConstructor constructor, int visibility) DefaultTypeLoader
(ModuleImpl module, TypeRegistry typeReg, File root) ModuleImpl
(WebEngine engine, ModuleImpl superModule, ModuleConfiguration config, com.sun.jersey.server.impl.inject.ServerInjectableProviderContext sic) ResourceTypeImpl
(WebEngine engine, ModuleImpl module, ResourceTypeImpl superType, String name, ClassProxy clazz, com.sun.jersey.server.spi.component.ResourceComponentConstructor constructor, int visibility) TypeRegistry
(TypeRegistry parent, WebEngine engine, ModuleImpl module) TypeRegistry
(WebEngine engine, ModuleImpl module)