Class SharedContentReferencerSection
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.cms.properties.section.AbstractPropertySection
org.ametys.cms.properties.section.AbstractDefaultPropertySection
org.ametys.web.properties.section.content.AbstractWebContentReferencerSection
org.ametys.web.properties.section.content.SharedContentReferencerSection
- All Implemented Interfaces:
PropertySection
,LogEnabled
,PluginAware
,Prioritizable
,Supporter<AmetysObject>
,Configurable
Section to display pages of the initial content of a
SharedContent
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription_getPages
(AmetysObject ametysObject) Get the pages to display in the sectionprotected I18nizableText
Get the title of the sectionboolean
supports
(AmetysObject ametysObject) Check if an element is supportedMethods inherited from class org.ametys.web.properties.section.content.AbstractWebContentReferencerSection
_getDefaultXSLT, buildData
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
-
SharedContentReferencerSection
public SharedContentReferencerSection()
-
-
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
-
_getTitle
Description copied from class:AbstractWebContentReferencerSection
Get the title of the section- Specified by:
_getTitle
in classAbstractWebContentReferencerSection
- Returns:
- The title
-
_getPages
Description copied from class:AbstractWebContentReferencerSection
Get the pages to display in the section- Specified by:
_getPages
in classAbstractWebContentReferencerSection
- Parameters:
ametysObject
- The Ametys object on which we are searching pages- Returns:
- The pages
-