Class ResourceKeywordsItem
java.lang.Object
org.ametys.cms.properties.section.technical.AbstractTechnicalItem
org.ametys.cms.properties.section.technical.impl.ResourceKeywordsItem
- All Implemented Interfaces:
TechnicalItem
,PluginAware
,Prioritizable
,Supporter<AmetysObject>
,Configurable
Technical section item to display resource keywords.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuildData
(AmetysObject ametysObject) Build the data sent into the request attributeActionResultGenerator.MAP_REQUEST_ATTR
, it will be convert from JSON to XML.boolean
supports
(AmetysObject ametysObject) Check if an element is supportedMethods inherited from class org.ametys.cms.properties.section.technical.AbstractTechnicalItem
_getDefaultXSLT, configure, getId, getPriority, getXSLT, setPluginInfo
-
Constructor Details
-
ResourceKeywordsItem
public ResourceKeywordsItem()
-
-
Method Details
-
supports
Description copied from interface:Supporter
Check if an element is supported- Parameters:
ametysObject
- The element- Returns:
true
if the element is supported,false
otherwise
-
buildData
Description copied from interface:TechnicalItem
Build the data sent into the request attributeActionResultGenerator.MAP_REQUEST_ATTR
, it will be convert from JSON to XML.- Parameters:
ametysObject
- The Ametys object- Returns:
- the data
-