Class AmetysObjectTechnicalSection

All Implemented Interfaces:
PropertySection, LogEnabled, PluginAware, Prioritizable, Supporter<AmetysObject>, Configurable

Section to display technical informations of the AmetysObject.
  • Constructor Details

  • Method Details

    • supports

      public boolean supports(AmetysObject element)
      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

      public Map<String,Object> getParameters(AmetysObject ametysObject)
      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

      public String getDataURL(AmetysObject ametysObject)
      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