it.haefelinger.flaka.el
Class Functions
java.lang.Object
it.haefelinger.flaka.el.Functions
public class Functions
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Functions
public Functions()
quote
public static String quote(String s)
- Quote a EL expression.
A EL string is not allowed to have escaped characters other than
\'
and \\.
file
public static File file(Object obj)
size
public static Object size(Object obj)
isnil
public static Boolean isnil(Object obj)
concat
public static Object concat(Object... argv)
append
public static Object append(Object... argv)
- This function returns a list containing all the elements.
list
public static List list(Object... args)
typeof
public static String typeof(Object object)