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
-
public class ContentRestrictedRepeaterDefinitionParser extends RepeaterDefinitionParser
This class parses the content restricted repeater definition
-
-
Field Summary
-
Fields inherited from class org.ametys.runtime.model.AbstractModelItemParser
_modelItemTypeExtensionPoint
-
-
Constructor Summary
Constructors Constructor Description ContentRestrictedRepeaterDefinitionParser(AbstractThreadSafeComponentExtensionPoint<? extends ModelItemType> modelItemTypeExtensionPoint)Creates a content restricted repeater definition parser.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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 Detail
-
ContentRestrictedRepeaterDefinitionParser
public ContentRestrictedRepeaterDefinitionParser(AbstractThreadSafeComponentExtensionPoint<? extends ModelItemType> modelItemTypeExtensionPoint)
Creates a content restricted repeater definition parser.- Parameters:
modelItemTypeExtensionPoint- the extension point to use to get available model items types
-
-
Method Detail
-
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:AbstractModelItemParserParses an element definition from a XML configuration.- Overrides:
parsein 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:AbstractModelItemParserCreate the model item to populate it.- Overrides:
_createModelItemin classRepeaterDefinitionParser- Parameters:
itemConfig- the model item configuration to use.- Returns:
- the item instantiated.
- Throws:
ConfigurationException- if the configuration is not valid.
-
-