Class BeforeControllerHandlerAdapter

java.lang.Object
de.hybris.platform.addonsupport.interceptors.BeforeControllerHandlerAdapter
All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<Object>, org.springframework.beans.factory.InitializingBean

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

    • BeforeControllerHandlerAdapter

      public BeforeControllerHandlerAdapter()
  • Method Details

    • getObject

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

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

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

      public void setProxyInterfaceName(String interfaceName)
    • getProxyInterfaceName

      public String getProxyInterfaceName()
      Returns:
      the interfaceClassName
    • getAdaptee

      public BeforeControllerHandlerAdaptee getAdaptee()
      Returns:
      the adaptee
    • setAdaptee

      public void setAdaptee(BeforeControllerHandlerAdaptee adaptee)
      Parameters:
      adaptee - the adaptee to set
    • afterPropertiesSet

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