Class DDLWebKeys

java.lang.Object
com.liferay.dynamic.data.lists.constants.DDLWebKeys

public class DDLWebKeys extends Object
Holds the DDL request attribute keys.
  • Field Details

    • DYNAMIC_DATA_LISTS_RECORD

      public static final String DYNAMIC_DATA_LISTS_RECORD
      "DYNAMIC_DATA_LISTS_RECORD" is the key to use to retrieve the DDL Record from the request attribute.
      See Also:
    • DYNAMIC_DATA_LISTS_RECORD_SET

      public static final String DYNAMIC_DATA_LISTS_RECORD_SET
      "DYNAMIC_DATA_LISTS_RECORD_SET" is the key to use to retrieve the DDL Record Set from the request attribute.
      See Also:
    • DYNAMIC_DATA_LISTS_RECORD_VERSION

      public static final String DYNAMIC_DATA_LISTS_RECORD_VERSION
      "DYNAMIC_DATA_LISTS_RECORD_VERSION" is the key to use to retrieve the DDL Record Version from the request attribute.
      See Also:
  • Constructor Details

    • DDLWebKeys

      public DDLWebKeys()