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 I18nizableTextGet the title of the sectionvoidservice(ServiceManager smanager) booleansupports(AmetysObject ametysObject) Check if an element is supportedMethods inherited from class org.ametys.web.properties.section.content.AbstractWebContentReferencerSection
_getDefaultXSLT, buildDataMethods inherited from class org.ametys.cms.properties.section.AbstractDefaultPropertySection
configure, getDataURL, getParameters, getXSLTMethods inherited from class org.ametys.cms.properties.section.AbstractPropertySection
getId, getPriority, setPluginInfoMethods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
Constructor Details
-
InitialContentReferencerSection
public InitialContentReferencerSection()
-
-
Method Details
-
service
- Specified by:
servicein interfaceServiceable- Throws:
ServiceException
-
supports
Description copied from interface:SupporterCheck if an element is supported- Specified by:
supportsin interfaceSupporter<AmetysObject>- Parameters:
ametysObject- The element- Returns:
trueif the element is supported,falseotherwise
-
_getTitle
Description copied from class:AbstractWebContentReferencerSectionGet the title of the section- Specified by:
_getTitlein classAbstractWebContentReferencerSection- Returns:
- The title
-
_getPages
Description copied from class:AbstractWebContentReferencerSectionGet the pages to display in the section- Specified by:
_getPagesin classAbstractWebContentReferencerSection- Parameters:
ametysObject- The Ametys object on which we are searching pages- Returns:
- The pages
-