Class BeforeViewHandlerAdapter

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

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

    • BeforeViewHandlerAdapter

      public BeforeViewHandlerAdapter()
  • 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>
    • init

      protected void init() throws ClassNotFoundException
      Throws:
      ClassNotFoundException
    • getAdaptee

      public BeforeViewHandlerAdaptee getAdaptee()
      Returns:
      the adaptee
    • setAdaptee

      public void setAdaptee(BeforeViewHandlerAdaptee adaptee)
      Parameters:
      adaptee - the adaptee to set
    • getProxyInterfaceName

      public String getProxyInterfaceName()
      Returns:
      the interfaceClassName
    • setProxyInterfaceName

      public void setProxyInterfaceName(String interfaceClassName)
      Parameters:
      interfaceClassName - the interfaceClassName to set
    • afterPropertiesSet

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