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 java.lang.Object implements CallbackEventHandlerRegistry<LiveEditView>, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware
-
-
Constructor Summary
Constructors Constructor Description DefaultCallbackEventHandlerRegistry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterPropertiesSet()CallbackEventHandlergetHandlerById(java.lang.String id)voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext)
-
-
-
Method Detail
-
afterPropertiesSet
public void afterPropertiesSet() throws java.lang.Exception- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
java.lang.Exception
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException- Specified by:
setApplicationContextin interfaceorg.springframework.context.ApplicationContextAware- Throws:
org.springframework.beans.BeansException
-
getHandlerById
public CallbackEventHandler getHandlerById(java.lang.String id)
- Specified by:
getHandlerByIdin interfaceCallbackEventHandlerRegistry<LiveEditView>
-
-