Package org.ametys.cms.model.parsing
Class ContentRestrictedRepeaterDefinitionParser
java.lang.Object
org.ametys.runtime.model.AbstractModelItemParser
org.ametys.plugins.repository.model.parsing.RepeaterDefinitionParser
org.ametys.cms.model.parsing.ContentRestrictedRepeaterDefinitionParser
This class parses the content restricted repeater definition
-
Field Summary
Fields inherited from class org.ametys.runtime.model.AbstractModelItemParser
_modelItemTypeExtensionPoint
-
Constructor Summary
ConstructorDescriptionContentRestrictedRepeaterDefinitionParser
(ModelItemTypeExtensionPoint modelItemTypeExtensionPoint) Creates a content restricted repeater definition parser. -
Method Summary
Modifier and TypeMethodDescriptionprotected ContentRestrictedRepeaterDefinition
_createModelItem
(Configuration itemConfig) Create the model item to populate it.<T extends ModelItem>
Tparse
(ServiceManager serviceManager, String pluginName, String catalog, Configuration definitionConfig, Model model, ModelItemGroup parent) Parses an element definition from a XML configuration.Methods inherited from class org.ametys.plugins.repository.model.parsing.RepeaterDefinitionParser
_parseName, _parseType
Methods inherited from class org.ametys.runtime.model.AbstractModelItemParser
_getNameConfigurationAttribute, _parseDisableConditions, _parseI18nizableText, _parseI18nizableText, _parseWidget, _parseWidgetParameters, parse
-
Constructor Details
-
ContentRestrictedRepeaterDefinitionParser
public ContentRestrictedRepeaterDefinitionParser(ModelItemTypeExtensionPoint modelItemTypeExtensionPoint) Creates a content restricted repeater definition parser.- Parameters:
modelItemTypeExtensionPoint
- the extension point to use to get available model items types
-
-
Method Details
-
parse
public <T extends ModelItem> T parse(ServiceManager serviceManager, String pluginName, String catalog, Configuration definitionConfig, Model model, ModelItemGroup parent) throws ConfigurationException Description copied from class:AbstractModelItemParser
Parses an element definition from a XML configuration.- Overrides:
parse
in classRepeaterDefinitionParser
- Type Parameters:
T
- type of the parsed item- Parameters:
serviceManager
- the service managerpluginName
- the plugin name declaring this item.catalog
- the catalogdefinitionConfig
- the XML configuration of the model item.model
- the model which defines the model itemparent
- the parent of the model item to create. Can be null if the model item to parse has no parent- Returns:
- the parsed model item.
- Throws:
ConfigurationException
- if the configuration is not valid.
-
_createModelItem
protected ContentRestrictedRepeaterDefinition _createModelItem(Configuration itemConfig) throws ConfigurationException Description copied from class:AbstractModelItemParser
Create the model item to populate it.- Overrides:
_createModelItem
in classRepeaterDefinitionParser
- Parameters:
itemConfig
- the model item configuration to use.- Returns:
- the item instantiated.
- Throws:
ConfigurationException
- if the configuration is not valid.
-