Class ContentElementConfigurationFactory
- java.lang.Object
-
- de.hybris.platform.cockpit.services.config.impl.JAXBBasedUIComponentConfigurationFactory<ContentElementListConfiguration,ContentElements>
-
- de.hybris.platform.cmscockpit.services.config.impl.ContentElementConfigurationFactory
-
- All Implemented Interfaces:
UIComponentConfigurationFactory,org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanFactoryAware
public class ContentElementConfigurationFactory extends JAXBBasedUIComponentConfigurationFactory<ContentElementListConfiguration,ContentElements>
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.cockpit.services.config.impl.JAXBBasedUIComponentConfigurationFactory
beanFactory, COCKPIT_CONFIG_LABEL_PREFIX, searchService, typeService
-
-
Constructor Summary
Constructors Constructor Description ContentElementConfigurationFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UIComponentConfigurationcreateDefault(ObjectTemplate objectTemplate)Creates a default ui component configuration for the given templateprotected java.util.Map<ObjectType,ContentElementConfiguration>createElementMap(ContentElements xmlContentElements)protected ContentElementListConfigurationcreateUIComponent(ObjectTemplate objectTemplate, ObjectTemplate originalObjectTemplate, ContentElements xmlContentElements)java.lang.ClassgetComponentClass()The class of configurations created by this factories-
Methods inherited from class de.hybris.platform.cockpit.services.config.impl.JAXBBasedUIComponentConfigurationFactory
create, createLabelForAllLanguages, createLabelMap, createLabelMap, getDefaultPropertyGroups, getOtherProperties, setBeanFactory, setCockpitTypeService, setCommonI18NService, setJaxbClass, setJaxbContextCache, setPropertyService, setSchemaResource, setSearchService
-
-
-
-
Method Detail
-
createUIComponent
protected ContentElementListConfiguration createUIComponent(ObjectTemplate objectTemplate, ObjectTemplate originalObjectTemplate, ContentElements xmlContentElements)
- Specified by:
createUIComponentin classJAXBBasedUIComponentConfigurationFactory<ContentElementListConfiguration,ContentElements>
-
createDefault
public UIComponentConfiguration createDefault(ObjectTemplate objectTemplate)
Description copied from interface:UIComponentConfigurationFactoryCreates a default ui component configuration for the given template- Parameters:
objectTemplate- the object template to create the configuration from- Returns:
- the configuration
-
getComponentClass
public java.lang.Class getComponentClass()
Description copied from interface:UIComponentConfigurationFactoryThe class of configurations created by this factories- Returns:
- the class of configurations created by this factories
-
createElementMap
protected java.util.Map<ObjectType,ContentElementConfiguration> createElementMap(ContentElements xmlContentElements)
-
-