Package org.ametys.cms.search.cocoon
Class ContentResultSetHelper.SearchResultFieldSetElement
java.lang.Object
org.ametys.cms.search.cocoon.ContentResultSetHelper.SearchResultFieldSet
org.ametys.cms.search.cocoon.ContentResultSetHelper.SearchResultFieldSetElement
- Enclosing class:
- ContentResultSetHelper
public class ContentResultSetHelper.SearchResultFieldSetElement
extends ContentResultSetHelper.SearchResultFieldSet
Inner class representing a element of a
ContentResultSetHelper.SearchResultFieldSet
This can contains sub elements.-
Constructor Summary
ConstructorsConstructorDescriptionSearchResultFieldSetElement
(String name, String fieldPath) Creates a new element representing a result field -
Method Summary
Methods inherited from class org.ametys.cms.search.cocoon.ContentResultSetHelper.SearchResultFieldSet
addElement, addElements, getElement, getElements, hasElement
-
Constructor Details
-
SearchResultFieldSetElement
Creates a new element representing a result field- Parameters:
name
- The unique name of result field into its parent setfieldPath
- The path of result field into its parent set
-
-
Method Details
-
getName
Get the name of this element- Returns:
- The name
-
getPath
Get the path of this field into its parent set- Returns:
- the path
-