Package org.nuxeo.ecm.webengine.app
Class WebEngineModule
java.lang.Object
jakarta.ws.rs.core.Application
org.nuxeo.ecm.webengine.app.WebEngineModule
- All Implemented Interfaces:
ApplicationFactory
- Direct Known Subclasses:
APIModule
,AutomationModule
,RestRemotingApplication
,RestTemplatesApplication
,ScimV2Module
,WOPIModule
- Author:
- Bogdan Stefanescu
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.osgi.framework.Bundle
protected ModuleConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Application
getApplication
(org.osgi.framework.Bundle bundle, Map<String, String> args) Create a new application instance given the bundle declaring the application and the attributes specified in the manifest.org.osgi.framework.Bundle
getId()
getModule
(WebContext context) Class<?>[]
toString()
Methods inherited from class jakarta.ws.rs.core.Application
getProperties, getSingletons
-
Field Details
-
bundle
protected org.osgi.framework.Bundle bundle -
cfg
-
-
Constructor Details
-
WebEngineModule
public WebEngineModule()
-
-
Method Details
-
getConfiguration
-
getModule
-
getBundle
public org.osgi.framework.Bundle getBundle() -
getClasses
- Overrides:
getClasses
in classjakarta.ws.rs.core.Application
-
getId
-
getWebTypes
-
getApplication
public jakarta.ws.rs.core.Application getApplication(org.osgi.framework.Bundle bundle, Map<String, String> args) throws ReflectiveOperationException, IOExceptionDescription copied from interface:ApplicationFactory
Create a new application instance given the bundle declaring the application and the attributes specified in the manifest.- Specified by:
getApplication
in interfaceApplicationFactory
- Parameters:
bundle
- the bundle defining the applicationargs
- the arguments parsed from manifest WebModule entry.- Throws:
ReflectiveOperationException
IOException
-
toString
-