org.apache.struts2.osgi
Interface PackageLoader

All Known Implementing Classes:
BundlePackageLoader

public interface PackageLoader

Implementations of this interface can load packages from a Bundle


Method Summary
 List<com.opensymphony.xwork2.config.entities.PackageConfig> loadPackages(org.osgi.framework.Bundle bundle, org.osgi.framework.BundleContext bundleContext, com.opensymphony.xwork2.ObjectFactory objectFactory, com.opensymphony.xwork2.FileManagerFactory fileManagerFactory, Map<String,com.opensymphony.xwork2.config.entities.PackageConfig> map)
           
 

Method Detail

loadPackages

List<com.opensymphony.xwork2.config.entities.PackageConfig> loadPackages(org.osgi.framework.Bundle bundle,
                                                                         org.osgi.framework.BundleContext bundleContext,
                                                                         com.opensymphony.xwork2.ObjectFactory objectFactory,
                                                                         com.opensymphony.xwork2.FileManagerFactory fileManagerFactory,
                                                                         Map<String,com.opensymphony.xwork2.config.entities.PackageConfig> map)
                                                                         throws ConfigurationException
Throws:
ConfigurationException


Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.