org.qi4j.library.struts2.convention
Class Qi4jPackageProvider

java.lang.Object
  extended by org.qi4j.library.struts2.convention.Qi4jPackageProvider
All Implemented Interfaces:
com.opensymphony.xwork2.config.PackageProvider

public class Qi4jPackageProvider
extends Object
implements com.opensymphony.xwork2.config.PackageProvider


Constructor Summary
Qi4jPackageProvider(org.apache.struts2.convention.ActionConfigBuilder actionConfigBuilder)
           
 
Method Summary
 void init(com.opensymphony.xwork2.config.Configuration configuration)
           
 void loadPackages()
           
 boolean needsReload()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Qi4jPackageProvider

public Qi4jPackageProvider(org.apache.struts2.convention.ActionConfigBuilder actionConfigBuilder)
Method Detail

init

public void init(com.opensymphony.xwork2.config.Configuration configuration)
          throws com.opensymphony.xwork2.config.ConfigurationException
Specified by:
init in interface com.opensymphony.xwork2.config.PackageProvider
Throws:
com.opensymphony.xwork2.config.ConfigurationException

loadPackages

public void loadPackages()
                  throws com.opensymphony.xwork2.config.ConfigurationException
Specified by:
loadPackages in interface com.opensymphony.xwork2.config.PackageProvider
Throws:
com.opensymphony.xwork2.config.ConfigurationException

needsReload

public boolean needsReload()
Specified by:
needsReload in interface com.opensymphony.xwork2.config.PackageProvider