Class ActionDefinitionFactory
- java.lang.Object
-
- com.hybris.cockpitng.core.impl.AbstractComponentDefinitionFactory
-
- com.hybris.cockpitng.actions.impl.ActionDefinitionFactory
-
- All Implemented Interfaces:
CockpitComponentDefinitionFactory
public class ActionDefinitionFactory extends AbstractComponentDefinitionFactory
Responsible for creating ActionDefinition instances based on provided cockpit component info.
-
-
Field Summary
-
Fields inherited from class com.hybris.cockpitng.core.impl.AbstractComponentDefinitionFactory
ARRAY_CAPACITY, PATH_SEPARATOR, PROPERTY_COMPONENT_SETTINGS, PROPERTY_WIDGET_ID, PROPERTY_WIDGET_INPUTS, PROPERTY_WIDGET_IO_FORWARDS, PROPERTY_WIDGET_OUTPUTS, PROPERTY_WIDGET_PARENT
-
-
Constructor Summary
Constructors Constructor Description ActionDefinitionFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractCockpitComponentDefinitioncreateDefinition(CockpitComponentInfo info)-
Methods inherited from class com.hybris.cockpitng.core.impl.AbstractComponentDefinitionFactory
checkIfFileIsAbsent, create, getDirectoryURI, getInfoResourceAsStream, getWidgetSimpleID, getXMLDefinition, loadProperties, parseSocketInfo, setDirectoryURI, setJaxbContextFactory, setProperty
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.hybris.cockpitng.core.CockpitComponentDefinitionFactory
initialize
-
-
-
-
Method Detail
-
createDefinition
public AbstractCockpitComponentDefinition createDefinition(CockpitComponentInfo info)
- Specified by:
createDefinitionin classAbstractComponentDefinitionFactory
-
-