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.FileManager fileManager, 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.FileManager fileManager,
                                                                         Map<String,com.opensymphony.xwork2.config.entities.PackageConfig> map)
                                                                         throws com.opensymphony.xwork2.config.ConfigurationException
Throws:
com.opensymphony.xwork2.config.ConfigurationException


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