Package org.apache.struts2.convention
Class ClasspathPackageProvider
java.lang.Object
org.apache.struts2.convention.ClasspathPackageProvider
- All Implemented Interfaces:
- PackageProvider
 This class is a configuration provider for the XWork configuration
 system. This is really the only way to truly handle loading of the
 packages, actions and results correctly. This doesn't contain any
 logic and instead delegates to the configured instance of the
 ActionConfigBuilder interface.
 
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
ClasspathPackageProvider
 
- 
- 
Method Details- 
init- Specified by:
- initin interface- PackageProvider
- Throws:
- ConfigurationException
 
- 
needsReloadpublic boolean needsReload()- Specified by:
- needsReloadin interface- PackageProvider
 
- 
loadPackages- Specified by:
- loadPackagesin interface- PackageProvider
- Throws:
- ConfigurationException
 
 
-