Uses of Class
org.nuxeo.ecm.webengine.model.impl.ModuleConfiguration
-
Packages that use ModuleConfiguration Package Description org.nuxeo.ecm.webengine org.nuxeo.ecm.webengine.app org.nuxeo.ecm.webengine.model.impl -
-
Uses of ModuleConfiguration in org.nuxeo.ecm.webengine
Methods in org.nuxeo.ecm.webengine that return ModuleConfiguration Modifier and Type Method Description protected ModuleConfiguration
WebEngine. getModuleFromPath(String rootPath, String path)
-
Uses of ModuleConfiguration in org.nuxeo.ecm.webengine.app
Fields in org.nuxeo.ecm.webengine.app declared as ModuleConfiguration Modifier and Type Field Description protected ModuleConfiguration
WebEngineModule. cfg
Methods in org.nuxeo.ecm.webengine.app that return ModuleConfiguration Modifier and Type Method Description ModuleConfiguration
WebEngineModule. getConfiguration()
-
Uses of ModuleConfiguration in org.nuxeo.ecm.webengine.model.impl
Fields in org.nuxeo.ecm.webengine.model.impl declared as ModuleConfiguration Modifier and Type Field Description protected ModuleConfiguration
ModuleImpl. configuration
Fields in org.nuxeo.ecm.webengine.model.impl with type parameters of type ModuleConfiguration Modifier and Type Field Description protected Map<String,ModuleConfiguration>
ModuleManager. modules
protected Map<String,ModuleConfiguration>
ModuleManager. paths
protected Map<String,ModuleConfiguration>
ModuleManager. roots
Methods in org.nuxeo.ecm.webengine.model.impl that return ModuleConfiguration Modifier and Type Method Description ModuleConfiguration
ModuleManager. getModule(String key)
Gets a module given its name.ModuleConfiguration
ModuleManager. getModuleByConfigFile(File file)
ModuleConfiguration
ModuleManager. getModuleByPath(String path)
ModuleConfiguration
ModuleManager. getModuleByRootClass(Class<?> clazz)
ModuleConfiguration
ModuleImpl. getModuleConfiguration()
ModuleConfiguration[]
ModuleManager. getModules()
ModuleConfiguration
ModuleManager. getRootModule()
protected ModuleConfiguration
ModuleManager. loadConfiguration(File file)
static ModuleConfiguration
ModuleManager. readConfiguration(WebEngine engine, File file)
Methods in org.nuxeo.ecm.webengine.model.impl with parameters of type ModuleConfiguration Modifier and Type Method Description void
ModuleManager. loadModule(ModuleConfiguration mc)
void
ModuleManager. loadModuleRootResources(ModuleConfiguration mc)
void
ModuleManager. registerModule(ModuleConfiguration descriptor)
Constructors in org.nuxeo.ecm.webengine.model.impl with parameters of type ModuleConfiguration Constructor Description ModuleImpl(WebEngine engine, ModuleImpl superModule, ModuleConfiguration config, com.sun.jersey.server.impl.inject.ServerInjectableProviderContext sic)
-