You have been redirected from an outdated version of the article. Below is the content available on this topic. To view the old article click here.

keys()

Usage

keys(entity, propertyView)
keys(object)

Description
Returns the list of property keys for the given entity or object in the given property view. Or, when used with a single parameter that is a map / non-entity object type: returns all the keys for which values are set in the given object.

Example

${keys(page, 'public')}

results in

[id, type, path, children, linkingElements, contentType, owner, cacheForSeconds, version, showOnErrorCodes, isPage, site, dontCache, pageCreatesRawData, enableBasicAuth, basicAuthRealm]

Search results for "keys()"

keys()

Returns the list of property keys for the given entity or object in the given property view. Or, when used with a single parameter that is a map / non-entity object type: returns all the keys for which values are set in the given object.

keys(entity, propertyView)
keys(object)

application_store_get_keys()

Lists all keys stored in the application level store.

application_store_get_keys()

request_store_get_keys()

Lists all keys stored in the request level store.

request_store_get_keys()