it.haefelinger.flaka.el
Class Functions

java.lang.Object
  extended by it.haefelinger.flaka.el.Functions

public class Functions
extends Object


Constructor Summary
Functions()
           
 
Method Summary
static Object append(Object... argv)
          This function returns a list containing all the elements.
static Object concat(Object... argv)
           
static File file(Object obj)
           
static Boolean isnil(Object obj)
           
static List list(Object... args)
           
static String quote(String s)
          Quote a EL expression.
static Object size(Object obj)
           
static String typeof(Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Functions

public Functions()
Method Detail

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)