Class AutomationModule
- java.lang.Object
-
- javax.ws.rs.core.Application
-
- org.nuxeo.ecm.webengine.app.WebEngineModule
-
- org.nuxeo.ecm.automation.server.jaxrs.AutomationModule
-
- All Implemented Interfaces:
ApplicationFactory
public class AutomationModule extends WebEngineModule
- Author:
- Bogdan Stefanescu
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.nuxeo.ecm.webengine.app.WebEngineModule
WebEngineModule.HttpServletRequestProvider, WebEngineModule.HttpServletResponseProvider
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.apache.logging.log4j.Logger
log
-
Fields inherited from class org.nuxeo.ecm.webengine.app.WebEngineModule
bundle, cfg, context, WEBADAPTER_ANNO, WEBOBJECT_ANNO
-
-
Constructor Summary
Constructors Constructor Description AutomationModule()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<Class<?>>
getClasses()
Set<Object>
getSingletons()
protected static Set<Object>
setupSingletons()
-
Methods inherited from class org.nuxeo.ecm.webengine.app.WebEngineModule
getApplication, getBundle, getConfiguration, getId, getModule, getWebTypes
-
-
-
-
Method Detail
-
getClasses
public Set<Class<?>> getClasses()
- Overrides:
getClasses
in classWebEngineModule
-
getSingletons
public Set<Object> getSingletons()
- Overrides:
getSingletons
in classWebEngineModule
-
-