Package org.nuxeo.ecm.webengine.app
Class WebEngineModuleFactory
- java.lang.Object
-
- org.nuxeo.ecm.webengine.app.WebEngineModuleFactory
-
public class WebEngineModuleFactory extends Object
- Author:
- Bogdan Stefanescu
-
-
Constructor Summary
Constructors Constructor Description WebEngineModuleFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static WebEngineModule
getApplication(WebEngineModule app, org.osgi.framework.Bundle bundle, Map<String,String> attrs)
static org.osgi.framework.Bundle[]
getFragments(org.osgi.framework.Bundle bundle)
-
-
-
Method Detail
-
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
-
-