Class CmsSearchResourceBean

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.util.Date> getDateFields()
      Returns the map from field names to field values for date fields.
      java.util.Map<java.lang.String,​java.lang.String> getFields()
      Returns the map from field names to field values for string fields.
      java.util.Map<java.lang.String,​java.util.List<java.lang.String>> getMultiValuedFields()
      Returns the map from field names to field values for multi-valued (string) fields.
      CmsSearchResource getSearchResource()
      Returns the wrapped CmsSearchResource (to access the CmsResource).
      CmsJspContentAccessBean getXmlContent()
      Reads the resource and allows content access in the current request language - in case of an XML content.
      java.util.Map<java.lang.String,​CmsJspContentAccessBean> getXmlContentInLocale()
      Reads the resource and allows content access in the specified language - in case of an XML content.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait