Class ActionFactoryBeanForSpring<T>

java.lang.Object
com.iohao.net.extension.spring.ActionFactoryBeanForSpring<T>
All Implemented Interfaces:
ActionFactoryBean<T>, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class ActionFactoryBeanForSpring<T> extends Object implements ActionFactoryBean<T>, org.springframework.context.ApplicationContextAware
ActionFactoryBeanForSpring
Author:
渔民小镇
date:
2022-03-22
  • Constructor Details

    • ActionFactoryBeanForSpring

      public ActionFactoryBeanForSpring()
  • Method Details

    • getBean

      public T getBean(ActionCommand actionCommand)
      Specified by:
      getBean in interface ActionFactoryBean<T>
    • getBean

      public T getBean(Class<?> actionControllerClazz)
      Specified by:
      getBean in interface ActionFactoryBean<T>
    • setApplicationContext

      public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
      Specified by:
      setApplicationContext in interface org.springframework.context.ApplicationContextAware
      Throws:
      org.springframework.beans.BeansException