Package org.apache.struts2.convention
Interface ActionConfigBuilder
- All Known Implementing Classes:
- PackageBasedActionConfigBuilder
public interface ActionConfigBuilder
This interface defines how the action configurations for the current web application can be constructed. This must find all actions that are not specifically defined in the struts XML files or any plugins. Furthermore, it must make every effort to locate all action results as well.
- 
Method SummaryModifier and TypeMethodDescriptionvoidBuilds all the action configurations and stores them into the XWork configuration instance via XWork dependency injection.voiddestroy()boolean
- 
Method Details- 
buildActionConfigsvoid buildActionConfigs()Builds all the action configurations and stores them into the XWork configuration instance via XWork dependency injection.
- 
needsReloadboolean needsReload()
- 
destroyvoid destroy()
 
-