Class ODFItemManagersSection
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.ContentViewSection
org.ametys.odf.properties.section.content.ODFItemManagersSection
- All Implemented Interfaces:
PropertySection
,LogEnabled
,PluginAware
,Prioritizable
,Supporter<AmetysObject>
,Configurable
,Contextualizable
,Serviceable
Section to display managers view of the content if it is a program item or an orgunit.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
supports
(AmetysObject ametysObject) Check if an element is supportedMethods inherited from class org.ametys.cms.properties.section.content.ContentViewSection
_getDefaultXSLT, buildData, configure, contextualize, getParameters, service
Methods inherited from class org.ametys.cms.properties.section.AbstractDefaultPropertySection
getDataURL, 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
-
ODFItemManagersSection
public ODFItemManagersSection()
-
-
Method Details
-
supports
Description copied from interface:Supporter
Check if an element is supported- Specified by:
supports
in interfaceSupporter<AmetysObject>
- Overrides:
supports
in classContentViewSection
- Parameters:
ametysObject
- The element- Returns:
true
if the element is supported,false
otherwise
-