Uses of Class
org.nuxeo.ecm.webengine.model.impl.ModuleImpl
-
Packages that use ModuleImpl Package Description org.nuxeo.ecm.webengine.model.impl -
-
Uses of ModuleImpl in org.nuxeo.ecm.webengine.model.impl
Fields in org.nuxeo.ecm.webengine.model.impl declared as ModuleImpl Modifier and Type Field Description protected ModuleImplDefaultTypeLoader. moduleprotected ModuleImplTypeRegistry. moduleprotected ModuleImplModuleImpl. superModuleMethods in org.nuxeo.ecm.webengine.model.impl that return ModuleImpl Modifier and Type Method Description ModuleImplDefaultTypeLoader. getModule()ModuleImplTypeRegistry. getModule()ModuleImplModuleImpl. getSuperModule()Constructors in org.nuxeo.ecm.webengine.model.impl with parameters of type ModuleImpl Constructor Description AdapterTypeImpl(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)
-