Class ObjectHandlerActionFactoryBean

java.lang.Object
net.jrouter.http.servlet.spring.ObjectHandlerActionFactoryBean
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<ObjectHandlerActionFactory>, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware

public class ObjectHandlerActionFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<ObjectHandlerActionFactory>, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean, org.springframework.context.ApplicationContextAware
提供与springframework集成的ObjectHandlerActionFactory对象。
  • Constructor Details

    • ObjectHandlerActionFactoryBean

      public ObjectHandlerActionFactoryBean()
  • Method Details

    • afterPropertiesSet

      public void afterPropertiesSet()
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
    • getObject

      public ObjectHandlerActionFactory getObject() throws Exception
      Specified by:
      getObject in interface org.springframework.beans.factory.FactoryBean<ObjectHandlerActionFactory>
      Throws:
      Exception
    • getObjectType

      public Class<?> getObjectType()
      Specified by:
      getObjectType in interface org.springframework.beans.factory.FactoryBean<ObjectHandlerActionFactory>
    • isSingleton

      public boolean isSingleton()
      Specified by:
      isSingleton in interface org.springframework.beans.factory.FactoryBean<ObjectHandlerActionFactory>
    • destroy

      public void destroy() throws Exception
      Specified by:
      destroy in interface org.springframework.beans.factory.DisposableBean
      Throws:
      Exception
    • 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