isNull
Description: The isNull
function
returns true
if the subject is null, false
otherwise.
This is typically used to determine if an attribute exists.
Subject Type: Any
Arguments: No arguments
Return Type: Boolean
Examples: ${filename:isNull()}
returns true
if the "filename" attribute does not exist. It
returns false
if the attribute exists.