Package | Description |
---|---|
org.nuxeo.ecm.webengine | |
org.nuxeo.ecm.webengine.app | |
org.nuxeo.ecm.webengine.model | |
org.nuxeo.ecm.webengine.model.impl | |
org.nuxeo.ecm.webengine.servlet |
Modifier and Type | Method and Description |
---|---|
Module |
WebEngine.getModule(String name) |
Modifier and Type | Method and Description |
---|---|
Module |
WebEngineModule.getModule() |
Modifier and Type | Method and Description |
---|---|
Module |
WebContext.getModule()
Gets the current web application.
|
Module |
Resource.getModule() |
Module |
Module.getSuperModule() |
Modifier and Type | Method and Description |
---|---|
ScriptFile |
ResourceType.getView(Module module,
String name)
Gets a view for this type in the context of the given module.
|
Modifier and Type | Class and Description |
---|---|
class |
ModuleImpl
The default implementation for a web configuration.
|
Modifier and Type | Field and Description |
---|---|
protected Module |
AbstractWebContext.module |
Modifier and Type | Method and Description |
---|---|
Module |
ModuleConfiguration.get() |
Module |
AbstractWebContext.getModule() |
Module |
AbstractResource.getModule() |
Module |
AbstractResourceType.getOwnerModule() |
Modifier and Type | Method and Description |
---|---|
protected ScriptFile |
AbstractResourceType.findSkinTemplate(Module module,
String name) |
protected ScriptFile |
AbstractResourceType.findTypeTemplate(Module module,
String name) |
ScriptFile |
AbstractResourceType.findView(Module module,
String name) |
ScriptFile |
AbstractResourceType.getView(Module module,
String name) |
void |
AbstractWebContext.setModule(Module module) |
Modifier and Type | Method and Description |
---|---|
protected void |
ResourceServlet.service(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
Module module,
String path) |
Copyright © 2015 Nuxeo SA. All rights reserved.