Interface PageRefEditorValue

All Superinterfaces:
EditorValue<ElementReference>

@Deprecated public interface PageRefEditorValue extends EditorValue<ElementReference>
Deprecated.
Since 5.0.107 - usages of CMS_INPUT_PAGEREF should be replaced with FS_REFERENCE.
Tagging interface for an EditorValue representing the FirstSpirit input component CMS_INPUT_PAGEREF.
Since:
3.0
  • Field Details

    • PAGE_REF_KEY

      static final String PAGE_REF_KEY
      Deprecated.
      Key for the reference value.
      Since:
      4.0.17
      See Also:
    • SECTION_KEY

      static final String SECTION_KEY
      Deprecated.
      Key for the name of a referenced section.
      Since:
      4.0.17
      See Also:
    • REMOTE_KEY

      static final String REMOTE_KEY
      Deprecated.
      Key for the symbolic remote project reference.
      Since:
      4.2.24
      See Also:
    • MATCH_FILENAME

      static final String MATCH_FILENAME
      Deprecated.
      Key for matching on filenames.
      Since:
      4.0.17
      See Also:
    • MATCH_KEYWORDS

      static final String MATCH_KEYWORDS
      Deprecated.
      Key for matching on keywords.
      Since:
      4.0.17
      See Also:
    • MATCH_NAME

      static final String MATCH_NAME
      Deprecated.
      Key for matching on names.
      Since:
      4.0.17
      See Also:
    • MATCH_SITEMAP_LABEL

      static final String MATCH_SITEMAP_LABEL
      Deprecated.
      Key for matching on labels.
      Since:
      4.0.17
      See Also:
    • MATCH_URL

      static final String MATCH_URL
      Deprecated.
      Key for matching on URLs.
      Since:
      4.0.17
      See Also:
  • Method Details

    • getForm

      de.espirit.firstspirit.access.store.templatestore.gom.GomPageRef getForm()
      Deprecated.
      Covariant return of concrete form container.
      Specified by:
      getForm in interface EditorValue<ElementReference>
      Returns:
      The form definition.
      Since:
      4.0