Class ContentResultSetHelper.SearchResultFieldSetElement

java.lang.Object
org.ametys.cms.search.cocoon.ContentResultSetHelper.SearchResultFieldSet
org.ametys.cms.search.cocoon.ContentResultSetHelper.SearchResultFieldSetElement
Enclosing class:
ContentResultSetHelper

Inner class representing a element of a ContentResultSetHelper.SearchResultFieldSet This can contains sub elements.
  • Constructor Details

    • SearchResultFieldSetElement

      public SearchResultFieldSetElement(String name, String fieldPath)
      Creates a new element representing a result field
      Parameters:
      name - The unique name of result field into its parent set
      fieldPath - The path of result field into its parent set
  • Method Details

    • getName

      public String getName()
      Get the name of this element
      Returns:
      The name
    • getPath

      public String getPath()
      Get the path of this field into its parent set
      Returns:
      the path