Class FormEntryValuesSection
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.cms.properties.section.AbstractPropertySection
org.ametys.plugins.forms.properties.section.FormEntryValuesSection
- All Implemented Interfaces:
PropertySection
,LogEnabled
,PluginAware
,Prioritizable
,Supporter<AmetysObject>
,Configurable
,Serviceable
Section displaying values of the form entry.
This section has its own pipeline.
-
Field Summary
Fields -
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.void
service
(ServiceManager serviceManager) boolean
supports
(AmetysObject ametysObject) 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
-
Field Details
-
_rightManager
The rights manager
-
-
Constructor Details
-
FormEntryValuesSection
public FormEntryValuesSection()
-
-
Method Details
-
service
- Specified by:
service
in interfaceServiceable
- Throws:
ServiceException
-
supports
Description copied from interface:Supporter
Check if an element is supported- Specified by:
supports
in interfaceSupporter<AmetysObject>
- Parameters:
ametysObject
- 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.- Specified by:
getParameters
in interfacePropertySection
- 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.- Specified by:
getDataURL
in interfacePropertySection
- Parameters:
ametysObject
- The Ametys object- Returns:
- The path of the pipeline to call
-