public interface ApplicationFactory
| Modifier and Type | Method and Description |
|---|---|
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.
|
Application getApplication(org.osgi.framework.Bundle bundle, Map<String,String> args) throws Exception
bundle - the bundle defining the applicationargs - the arguments parsed from manifest WebModule entry.ExceptionCopyright © 2013 Nuxeo SA. All Rights Reserved.