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 TypeMethodDescriptionbooleansupports(AmetysObject ametysObject) Check if an element is supportedMethods inherited from class org.ametys.cms.properties.section.content.ContentViewSection
_getDefaultXSLT, buildData, configure, contextualize, getParameters, serviceMethods inherited from class org.ametys.cms.properties.section.AbstractDefaultPropertySection
getDataURL, 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
-
ODFItemManagersSection
public ODFItemManagersSection()
-
-
Method Details
-
supports
Description copied from interface:SupporterCheck if an element is supported- Specified by:
supportsin interfaceSupporter<AmetysObject>- Overrides:
supportsin classContentViewSection- Parameters:
ametysObject- The element- Returns:
trueif the element is supported,falseotherwise
-