Class WebContentReferencerSection
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.WebContentReferencerSection
- All Implemented Interfaces:
PropertySection,LogEnabled,PluginAware,Prioritizable,Supporter<AmetysObject>,Configurable
Section to display referencing pages of a
WebContent.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription_getPages(AmetysObject ametysObject) Get the pages to display in the sectionprotected I18nizableTextGet the title of the sectionbooleansupports(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
-
WebContentReferencerSection
public WebContentReferencerSection()
-
-
Method Details
-
supports
Description copied from interface:SupporterCheck if an element is supported- 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
-