Class BeforeControllerHandlerAdapter

  • All Implemented Interfaces:
    org.springframework.beans.factory.FactoryBean<java.lang.Object>, org.springframework.beans.factory.InitializingBean

    public class BeforeControllerHandlerAdapter
    extends java.lang.Object
    implements org.springframework.beans.factory.FactoryBean<java.lang.Object>, org.springframework.beans.factory.InitializingBean
    • Constructor Detail

      • BeforeControllerHandlerAdapter

        public BeforeControllerHandlerAdapter()
    • Method Detail

      • getObject

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

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

        public boolean isSingleton()
        Specified by:
        isSingleton in interface org.springframework.beans.factory.FactoryBean<java.lang.Object>
      • setProxyInterfaceName

        public void setProxyInterfaceName​(java.lang.String interfaceName)
      • getProxyInterfaceName

        public java.lang.String getProxyInterfaceName()
        Returns:
        the interfaceClassName
      • afterPropertiesSet

        public void afterPropertiesSet()
                                throws java.lang.Exception
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
        Throws:
        java.lang.Exception