Class ReferenceTableReferencerSection
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.cms.properties.section.AbstractPropertySection
org.ametys.cms.properties.section.AbstractDefaultPropertySection
org.ametys.cms.properties.section.content.AbstractContentReferencerSection
org.ametys.cms.properties.section.content.ReferenceTableReferencerSection
- All Implemented Interfaces:
PropertySection
,LogEnabled
,PluginAware
,Prioritizable
,Supporter<AmetysObject>
,Configurable
,Serviceable
The implementation of
ContentReferencerSection
for reference table.
It displays references to the content without details.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
Determines if the current section support only reference tables or other contents except reference tables.Methods inherited from class org.ametys.cms.properties.section.content.AbstractContentReferencerSection
_buildData, _getDefaultXSLT, buildData, service, supports
Methods inherited from class org.ametys.cms.properties.section.AbstractDefaultPropertySection
configure, getDataURL, getParameters, getXSLT
Methods inherited from class org.ametys.cms.properties.section.AbstractPropertySection
getId, getPriority, setPluginInfo
Methods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
Constructor Details
-
ReferenceTableReferencerSection
public ReferenceTableReferencerSection()
-
-
Method Details
-
_supportReferenceTable
Description copied from class:AbstractContentReferencerSection
Determines if the current section support only reference tables or other contents except reference tables.- Specified by:
_supportReferenceTable
in classAbstractContentReferencerSection
- Returns:
true
if it a section for reference table,false
otherwise.
-