Category:EL Functions

From DOC

Jump to: navigation, search

EL Functions are available to expression language (EL) expressions. For example, the following function finds the TolvenPerson (tp) for the current user associated with the current account user an accesses the sirname attribute from the underlying LDAP entry.

 #{tp(accountUser.user.ldapUID).sn}

EL Functions have the syntax:

   [prefix:]function( [arg1[, [arg2[,...]]] )

Core functions have a null prefix and thus it is omitted.

Custom EL Functions will typically have a prefix in order to avoid name collisions with core function names.

This category currently contains no pages or media.

Personal tools