Class AmetysObjectTechnicalSection
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.cms.properties.section.AbstractPropertySection
org.ametys.cms.properties.section.ao.AmetysObjectTechnicalSection
- All Implemented Interfaces:
PropertySection,LogEnabled,PluginAware,Prioritizable,Supporter<AmetysObject>,Configurable
Section to display technical informations of the
AmetysObject.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDataURL(AmetysObject ametysObject) Get the pipeline to call to handle and render the section.getParameters(AmetysObject ametysObject) Get the parameters to add in the request attributes of the next pipeline.booleansupports(AmetysObject element) Check if an element is supportedMethods inherited from class org.ametys.cms.properties.section.AbstractPropertySection
configure, getId, getPriority, setPluginInfoMethods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
Constructor Details
-
AmetysObjectTechnicalSection
public AmetysObjectTechnicalSection()
-
-
Method Details
-
supports
Description copied from interface:SupporterCheck if an element is supported- Parameters:
element- The element- Returns:
trueif the element is supported,falseotherwise
-
getParameters
Description copied from interface:PropertySectionGet the parameters to add in the request attributes of the next pipeline.- Parameters:
ametysObject- The Ametys object- Returns:
- A
Mapof parameters
-
getDataURL
Description copied from interface:PropertySectionGet the pipeline to call to handle and render the section.- Parameters:
ametysObject- The Ametys object- Returns:
- The path of the pipeline to call
-