Interface PropertySection
- All Superinterfaces:
Prioritizable
,Supporter<AmetysObject>
- All Known Implementing Classes:
AbstractContentReferencerSection
,AbstractDefaultPropertySection
,AbstractPropertySection
,AbstractWebContentReferencerSection
,AmetysObjectTechnicalSection
,ContentReferencerSection
,ContentTagsSection
,ContentViewSection
,FormEntrySubmitSection
,FormEntryValuesSection
,InitialContentReferencerSection
,ODFItemManagersSection
,PageDetailsSection
,PagePublicationSection
,PageReferencerSection
,PageTagsSection
,ProgramItemReferencerSection
,ReferenceTableReferencerSection
,ResourceDublinCoreSection
,ResourceReferencerSection
,SharedContentReferencerSection
,WebContentReferencerSection
Property section for the properties tool.
-
Method Summary
Modifier and TypeMethodDescriptiongetDataURL
(AmetysObject ametysObject) Get the pipeline to call to handle and render the section.getId()
Get the identifier of the sectiongetParameters
(AmetysObject ametysObject) Get the parameters to add in the request attributes of the next pipeline.Methods inherited from interface org.ametys.runtime.plugin.component.Prioritizable
getPriority
-
Method Details
-
getId
Get the identifier of the section- Returns:
- the identifier
-
getParameters
Get the parameters to add in the request attributes of the next pipeline.- Parameters:
ametysObject
- The Ametys object- Returns:
- A
Map
of parameters
-
getDataURL
Get the pipeline to call to handle and render the section.- Parameters:
ametysObject
- The Ametys object- Returns:
- The path of the pipeline to call
-