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 Object implements ObjectValueHandlerRegistry
  • Constructor Details

    • DefaultObjectValueHandlerRegistry

      public DefaultObjectValueHandlerRegistry()
  • Method Details

    • getValueHandlerChain

      public List<ObjectValueHandler> getValueHandlerChain(ObjectType type)
      Specified by:
      getValueHandlerChain in interface ObjectValueHandlerRegistry
    • 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
    • initHandlerMappings

      public void initHandlerMappings()
    • setCockpitTypeService

      public void setCockpitTypeService(TypeService typeService)
    • getTypeService

      public TypeService getTypeService()