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.boolean
supports
(AmetysObject element) Check if an element is supportedMethods inherited from class org.ametys.cms.properties.section.AbstractPropertySection
configure, getId, getPriority, setPluginInfo
Methods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
Constructor Details
-
AmetysObjectTechnicalSection
public AmetysObjectTechnicalSection()
-
-
Method Details
-
supports
Description copied from interface:Supporter
Check if an element is supported- Parameters:
element
- The element- Returns:
true
if the element is supported,false
otherwise
-
getParameters
Description copied from interface:PropertySection
Get the parameters to add in the request attributes of the next pipeline.- Parameters:
ametysObject
- The Ametys object- Returns:
- A
Map
of parameters
-
getDataURL
Description copied from interface:PropertySection
Get the pipeline to call to handle and render the section.- Parameters:
ametysObject
- The Ametys object- Returns:
- The path of the pipeline to call
-