Class InitialContentReferencerSection
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.InitialContentReferencerSection
- All Implemented Interfaces:
PropertySection
,LogEnabled
,PluginAware
,Prioritizable
,Supporter<AmetysObject>
,Configurable
,Serviceable
public class InitialContentReferencerSection
extends AbstractWebContentReferencerSection
implements Serviceable
Section to display pages using the current content as shared content.
-
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 sectionvoid
service
(ServiceManager smanager) boolean
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
-
InitialContentReferencerSection
public InitialContentReferencerSection()
-
-
Method Details
-
service
- Specified by:
service
in interfaceServiceable
- Throws:
ServiceException
-
supports
Description copied from interface:Supporter
Check if an element is supported- Specified by:
supports
in interfaceSupporter<AmetysObject>
- 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
-