Interface I_CmsSearchResourceBean

All Known Implementing Classes:
CmsSearchResourceBean

public interface I_CmsSearchResourceBean
Interface for a single search result, as wrapped JSP EL friendly.
  • Method Details

    • getDateFields

      Returns the map from field names to field values for date fields.
      Returns:
      The map from field names to field values for date fields.
    • getFields

      Returns the map from field names to field values for string fields.
      Returns:
      The map from field names to field values for string fields.
    • getMultiValuedFields

      Returns the map from field names to field values for multi-valued (string) fields.
      Returns:
      The map from field names to field values for multi-valued (string) fields.
    • getSearchResource

      Returns the wrapped CmsSearchResource (to access the CmsResource).
      Returns:
      The wrapped CmsSearchResource.
    • getXmlContent

      Reads the resource and allows content access in the current request language - in case of an XML content. If the resource is not an XML content, it returns null.
      Returns:
      The XML content or null.
    • getXmlContentInLocale

      Reads the resource and allows content access in the specified language - in case of an XML content. If the resource is not an XML content, it returns null.
      Returns:
      The XML content or null.