Nuxeo Enterprise Platform 5.4

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

Packages that use WebEngine
org.nuxeo.ecm.webengine   
org.nuxeo.ecm.webengine.app   
org.nuxeo.ecm.webengine.app.impl   
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)
           
 void ResourceBinding.resolve(WebEngine engine)
          Must be called before using this binding.
 

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

Methods in org.nuxeo.ecm.webengine.app that return WebEngine
 WebEngine Reloader.getEngine()
           
 WebEngine ModuleHandler.getEngine()
           
 

Methods in org.nuxeo.ecm.webengine.app with parameters of type WebEngine
 void BundledApplication.reload(WebEngine engine)
          Reloads the application class in the context of web engine loader.
 

Constructors in org.nuxeo.ecm.webengine.app with parameters of type WebEngine
ModuleHandler(WebEngine engine, BundledApplication app)
           
Reloader(WebEngine engine)
           
Reloader(WebEngine engine, int checkTimeout)
           
 

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

Methods in org.nuxeo.ecm.webengine.app.impl that return WebEngine
 WebEngine DefaultModule.getEngine()
           
 

Constructors in org.nuxeo.ecm.webengine.app.impl with parameters of type WebEngine
DefaultApplicationManager(WebEngine engine)
           
ModuleRegistry(WebEngine engine)
           
 

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
 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, java.lang.String name, java.lang.String adapterName, ClassProxy clazz, int visibility)
           
GlobalTypes(WebEngine engine)
          Deprecated.  
GroovyTypeLoader(WebEngine engine, TypeRegistry typeReg, java.io.File root)
           
ModuleConfiguration(WebEngine engine)
           
ModuleImpl(WebEngine engine, ModuleImpl superModule, ModuleConfiguration config)
           
ModuleManager(WebEngine engine)
           
ResourceTypeImpl(WebEngine engine, ModuleImpl module, ResourceTypeImpl superType, java.lang.String name, ClassProxy clazz, int visibility)
           
TypeRegistry(TypeRegistry parent, WebEngine engine, ModuleImpl module)
           
TypeRegistry(WebEngine engine, ModuleImpl module)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.