Uses of Class
org.nuxeo.ecm.webengine.WebEngine
Packages that use WebEngine
Package
Description
-
Uses of WebEngine in org.nuxeo.ecm.webengine
Methods in org.nuxeo.ecm.webengine that return WebEngineMethods in org.nuxeo.ecm.webengine with parameters of type WebEngine -
Uses of WebEngine in org.nuxeo.ecm.webengine.loader
Fields in org.nuxeo.ecm.webengine.loader declared as WebEngineMethods in org.nuxeo.ecm.webengine.loader that return WebEngineConstructors in org.nuxeo.ecm.webengine.loader with parameters of type WebEngine -
Uses of WebEngine in org.nuxeo.ecm.webengine.model
Methods in org.nuxeo.ecm.webengine.model that return WebEngine -
Uses of WebEngine in org.nuxeo.ecm.webengine.model.impl
Fields in org.nuxeo.ecm.webengine.model.impl declared as WebEngineModifier and TypeFieldDescriptionprotected final WebEngine
AbstractResourceType.engine
protected final WebEngine
AbstractWebContext.engine
ModuleConfiguration.engine
protected final WebEngine
ModuleImpl.engine
protected WebEngine
ModuleManager.engine
protected final WebEngine
TypeRegistry.engine
Methods in org.nuxeo.ecm.webengine.model.impl that return WebEngineModifier and TypeMethodDescriptionAbstractWebContext.getEngine()
ModuleConfiguration.getEngine()
ModuleImpl.getEngine()
Methods in org.nuxeo.ecm.webengine.model.impl with parameters of type WebEngineModifier and TypeMethodDescriptionprotected static Context
ModuleManager.createXMapContext
(WebEngine engine) static ModuleConfiguration
ModuleManager.readConfiguration
(WebEngine engine, File file) void
Constructors in org.nuxeo.ecm.webengine.model.impl with parameters of type WebEngineModifierConstructorDescriptionprotected
AbstractResourceType
(WebEngine engine, Module module, AbstractResourceType superType, String name, ClassProxy clazz, com.sun.jersey.server.spi.component.ResourceComponentConstructor constructor, int visibility) AdapterTypeImpl
(WebEngine engine, ModuleImpl module, ResourceTypeImpl superType, String name, String adapterName, ClassProxy clazz, com.sun.jersey.server.spi.component.ResourceComponentConstructor constructor, int visibility) GroovyTypeLoader
(WebEngine engine, TypeRegistry typeReg, File root) ModuleConfiguration
(WebEngine engine) ModuleImpl
(WebEngine engine, ModuleImpl superModule, ModuleConfiguration config, com.sun.jersey.server.impl.inject.ServerInjectableProviderContext sic) ModuleManager
(WebEngine engine) 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)