Class DDLWebKeys
java.lang.Object
com.liferay.dynamic.data.lists.constants.DDLWebKeys
Holds the DDL request attribute keys.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
"DYNAMIC_DATA_LISTS_RECORD" is the key to use to retrieve the DDL Record from the request attribute.static final String
"DYNAMIC_DATA_LISTS_RECORD_SET" is the key to use to retrieve the DDL Record Set from the request attribute.static final String
"DYNAMIC_DATA_LISTS_RECORD_VERSION" is the key to use to retrieve the DDL Record Version from the request attribute. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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
"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
"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()
-