Class DefaultCallbackEventHandlerRegistry

java.lang.Object
de.hybris.platform.cmscockpit.components.liveedit.impl.DefaultCallbackEventHandlerRegistry
All Implemented Interfaces:
CallbackEventHandlerRegistry<LiveEditView>, org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware

public class DefaultCallbackEventHandlerRegistry extends Object implements CallbackEventHandlerRegistry<LiveEditView>, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware
  • Constructor Details

    • DefaultCallbackEventHandlerRegistry

      public DefaultCallbackEventHandlerRegistry()
  • Method Details

    • afterPropertiesSet

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

      public CallbackEventHandler getHandlerById(String id)
      Specified by:
      getHandlerById in interface CallbackEventHandlerRegistry<LiveEditView>