Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.webengine.jaxrs
Interface ApplicationFactory

All Known Implementing Classes:
AdminApp, DynamicApplicationFactory, WebEngineModule

public interface ApplicationFactory

Author:
Bogdan Stefanescu

Method Summary
 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.
 

Method Detail

getApplication

Application getApplication(org.osgi.framework.Bundle bundle,
                           Map<String,String> args)
                           throws Exception
Create a new application instance given the bundle declaring the application and the attributes specified in the manifest.

Parameters:
bundle - the bundle defining the application
args - the arguments parsed from manifest WebModule entry.
Throws:
Exception

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.