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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetHandlerById(String id) voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext)
-
Constructor Details
-
DefaultCallbackEventHandlerRegistry
public DefaultCallbackEventHandlerRegistry()
-
-
Method Details
-
afterPropertiesSet
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
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
- Specified by:
getHandlerByIdin interfaceCallbackEventHandlerRegistry<LiveEditView>
-