Class DefaultObjectValueHandlerRegistry
- java.lang.Object
-
- de.hybris.platform.cockpit.services.values.impl.DefaultObjectValueHandlerRegistry
-
- All Implemented Interfaces:
ObjectValueHandlerRegistry,org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
public class DefaultObjectValueHandlerRegistry extends java.lang.Object implements ObjectValueHandlerRegistry
-
-
Constructor Summary
Constructors Constructor Description DefaultObjectValueHandlerRegistry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TypeServicegetTypeService()java.util.List<ObjectValueHandler>getValueHandlerChain(ObjectType type)voidinitHandlerMappings()voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext)voidsetCockpitTypeService(TypeService typeService)
-
-
-
Method Detail
-
getValueHandlerChain
public java.util.List<ObjectValueHandler> getValueHandlerChain(ObjectType type)
- Specified by:
getValueHandlerChainin interfaceObjectValueHandlerRegistry
-
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
-
initHandlerMappings
public void initHandlerMappings()
-
setCockpitTypeService
public void setCockpitTypeService(TypeService typeService)
-
getTypeService
public TypeService getTypeService()
-
-