Interface ActionFactoryBean<T>

Type Parameters:
T - t
All Known Implementing Classes:
ActionFactoryBeanForSpring

public interface ActionFactoryBean<T>
ActionFactoryBean
Author:
渔民小镇
date:
2021-12-20
  • Method Summary

    Modifier and Type
    Method
    Description
    getBean(ActionCommand actionCommand)
     
    default T
    getBean(Class<?> actionControllerClazz)
     
  • Method Details

    • getBean

      T getBean(ActionCommand actionCommand)
    • getBean

      default T getBean(Class<?> actionControllerClazz)