org.apache.struts2.osgi
Class BundlePackageLoader
java.lang.Object
org.apache.struts2.osgi.BundlePackageLoader
- All Implemented Interfaces:
- PackageLoader
public class BundlePackageLoader
- extends Object
- implements PackageLoader
Package loader implementation that loads resources 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> pkgConfigs)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BundlePackageLoader
public BundlePackageLoader()
loadPackages
public 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> pkgConfigs)
throws com.opensymphony.xwork2.config.ConfigurationException
- Specified by:
loadPackages
in interface PackageLoader
- Throws:
com.opensymphony.xwork2.config.ConfigurationException
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.