Package org.omnifaces.el.functions


package org.omnifaces.el.functions
  • Classes
    Class
    Description
    Collection of EL functions for array manipulation: o:createArray(), o:createIntegerArray(), o:contains() and o:reverseArray().
    Collection of EL functions for working with components.
    Collection of EL functions for data conversion: o:iterableToList() (with alternative o:iterableToModel), o:setToList(), o:mapToList(), o:joinArray(), o:joinCollection(), o:joinMap(), o:splitArray(), o:splitList(), and o:toJson().
    Collection of EL functions for date and time: o:formatDate(), o:formatDateWithTimezone(), o:addXxx() like o:addDays(), o:xxxBetween() like o:daysBetween(), o:getMonths(), o:getShortMonths(), o:getDaysOfWeek(), o:getShortDaysOfWeek(), o:getMonth(), o:getShortMonth(), o:getDayOfWeek() and o:getShortDayOfWeek().
    Collection of EL functions for number formatting: o:formatBytes(), o:formatCurrency(), o:formatNumber(), o:formatNumberDefault(), o:formatPercent(), o:formatThousands() and o:formatThousandsUnit().
    Collection of EL functions for objects.
    Collection of EL functions for string manipulation: o:abbreviate(), o:capitalize(), o:concat(), o:prettyURL(), o:encodeURL(), o:encodeURI(), o:encodeBase64(), o:escapeJS(), o:stripTags() and o:formatX().