Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.ecm.webengine.WebEngine

Packages that use WebEngine
org.nuxeo.ecm.webengine   
org.nuxeo.ecm.webengine.debug   
org.nuxeo.ecm.webengine.loader   
org.nuxeo.ecm.webengine.model   
org.nuxeo.ecm.webengine.model.impl   
 

Uses of WebEngine in org.nuxeo.ecm.webengine
 

Methods in org.nuxeo.ecm.webengine that return WebEngine
 WebEngine WebEngineComponent.getEngine()
           
 

Methods in org.nuxeo.ecm.webengine with parameters of type WebEngine
 void ResourceBinding.reload(WebEngine engine)
          Deprecated.  
 void ResourceBinding.resolve(WebEngine engine)
          Deprecated. Must be called before using this binding.
 

Uses of WebEngine in org.nuxeo.ecm.webengine.debug
 

Constructors in org.nuxeo.ecm.webengine.debug with parameters of type WebEngine
ReloadManager(WebEngine engine)
           
 

Uses of WebEngine in org.nuxeo.ecm.webengine.loader
 

Methods in org.nuxeo.ecm.webengine.loader that return WebEngine
 WebEngine WebLoader.getEngine()
           
 

Constructors in org.nuxeo.ecm.webengine.loader with parameters of type WebEngine
WebLoader(WebEngine engine)
           
 

Uses of WebEngine in org.nuxeo.ecm.webengine.model
 

Methods in org.nuxeo.ecm.webengine.model that return WebEngine
 WebEngine WebContext.getEngine()
          Gets the web engine instance.
 WebEngine Module.getEngine()
           
 

Uses of WebEngine in org.nuxeo.ecm.webengine.model.impl
 

Fields in org.nuxeo.ecm.webengine.model.impl declared as WebEngine
 WebEngine ModuleConfiguration.engine
           
 

Methods in org.nuxeo.ecm.webengine.model.impl that return WebEngine
 WebEngine ModuleImpl.getEngine()
           
 WebEngine ModuleConfiguration.getEngine()
           
 WebEngine AbstractWebContext.getEngine()
           
 

Methods in org.nuxeo.ecm.webengine.model.impl with parameters of type WebEngine
static ModuleConfiguration ModuleManager.readConfiguration(WebEngine engine, File file)
           
 void ModuleConfiguration.setEngine(WebEngine engine)
           
 

Constructors in org.nuxeo.ecm.webengine.model.impl with parameters of type WebEngine
AdapterTypeImpl(WebEngine engine, ModuleImpl module, ResourceTypeImpl superType, String name, String adapterName, ClassProxy clazz, int visibility)
           
GlobalTypes(WebEngine engine)
          Deprecated.  
GroovyTypeLoader(WebEngine engine, TypeRegistry typeReg, File root)
           
ModuleConfiguration(WebEngine engine)
           
ModuleImpl(WebEngine engine, ModuleImpl superModule, ModuleConfiguration config)
           
ModuleManager(WebEngine engine)
           
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.