Uses of Interface
org.nuxeo.ecm.webengine.model.Module
Packages that use Module
Package
Description
-
Uses of Module in org.nuxeo.ecm.webengine
Methods in org.nuxeo.ecm.webengine that return Module -
Uses of Module in org.nuxeo.ecm.webengine.app
Methods in org.nuxeo.ecm.webengine.app that return Module -
Uses of Module in org.nuxeo.ecm.webengine.model
Methods in org.nuxeo.ecm.webengine.model that return ModuleModifier and TypeMethodDescriptionResource.getModule()
WebContext.getModule()
Gets the current web application.Module.getSuperModule()
Methods in org.nuxeo.ecm.webengine.model with parameters of type ModuleModifier and TypeMethodDescriptionGets a view for this type in the context of the given module. -
Uses of Module in org.nuxeo.ecm.webengine.model.impl
Classes in org.nuxeo.ecm.webengine.model.impl that implement ModuleModifier and TypeClassDescriptionclass
The default implementation for a web configuration.Fields in org.nuxeo.ecm.webengine.model.impl declared as ModuleModifier and TypeFieldDescriptionprotected Module
AbstractWebContext.module
protected final Module
AbstractResourceType.owner
Methods in org.nuxeo.ecm.webengine.model.impl that return ModuleModifier and TypeMethodDescriptionModuleConfiguration.get
(WebContext context) AbstractResource.getModule()
AbstractWebContext.getModule()
AbstractResourceType.getOwnerModule()
Methods in org.nuxeo.ecm.webengine.model.impl with parameters of type ModuleModifier and TypeMethodDescriptionprotected ScriptFile
AbstractResourceType.findSkinTemplate
(Module module, String name) protected ScriptFile
AbstractResourceType.findTypeTemplate
(Module module, String name) void
Constructors in org.nuxeo.ecm.webengine.model.impl with parameters of type ModuleModifierConstructorDescriptionprotected
AbstractResourceType
(WebEngine engine, Module module, AbstractResourceType superType, String name, ClassProxy clazz, com.sun.jersey.server.spi.component.ResourceComponentConstructor constructor, int visibility) -
Uses of Module in org.nuxeo.ecm.webengine.servlet
Methods in org.nuxeo.ecm.webengine.servlet with parameters of type Module