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 Summary
Modifier and TypeMethodDescriptionvoid
Builds all the action configurations and stores them into the XWork configuration instance via XWork dependency injection.void
destroy()
boolean
-
Method Details
-
buildActionConfigs
void buildActionConfigs()Builds all the action configurations and stores them into the XWork configuration instance via XWork dependency injection. -
needsReload
boolean needsReload() -
destroy
void destroy()
-