Interface ActionFactoryBean<T>
- Type Parameters:
T- the type of the action controller instance
- All Known Implementing Classes:
ActionFactoryBeanForSpring
public interface ActionFactoryBean<T>
Factory interface for creating or retrieving action controller instances.
Implementations may delegate to DI containers like Spring.
- Author:
- 渔民小镇
- date:
- 2021-12-20
-
Method Summary
-
Method Details
-
getBean
Get or create the action controller instance for the given action command.- Parameters:
actionCommand- the action command describing the target controller- Returns:
- the action controller instance
-
getBean
-