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.Bundleprotected ModuleConfiguration -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.ApplicationgetApplication(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.BundlegetId()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:
getClassesin 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:ApplicationFactoryCreate a new application instance given the bundle declaring the application and the attributes specified in the manifest.- Specified by:
getApplicationin interfaceApplicationFactory- Parameters:
bundle- the bundle defining the applicationargs- the arguments parsed from manifest WebModule entry.- Throws:
ReflectiveOperationExceptionIOException
-
toString
-