Package org.nuxeo.ecm.webengine.app
Class WebEngineModuleFactory
java.lang.Object
org.nuxeo.ecm.webengine.app.WebEngineModuleFactory
- Author:
- Bogdan Stefanescu
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic WebEngineModule
getApplication
(WebEngineModule app, org.osgi.framework.Bundle bundle, Map<String, String> attrs) static org.osgi.framework.Bundle[]
getFragments
(org.osgi.framework.Bundle bundle)
-
Constructor Details
-
WebEngineModuleFactory
public WebEngineModuleFactory()
-
-
Method Details
-
getFragments
public static org.osgi.framework.Bundle[] getFragments(org.osgi.framework.Bundle bundle) -
getApplication
public static WebEngineModule getApplication(WebEngineModule app, org.osgi.framework.Bundle bundle, Map<String, String> attrs) throws ReflectiveOperationException, IOException
-