it.haefelinger.flaka.el
Class EL
java.lang.Object
it.haefelinger.flaka.el.EL
public final class EL
- extends Object
This class is the entry point for EL evaluation.
- Author:
- geronimo
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EL
public EL(Project project)
init
protected void init(Project project)
toobj
public Object toobj(String expr)
tofile
public File tofile(String expr)
tostr
public String tostr(String expr)
tobool
public boolean tobool(String expr)
main
public static void main(String[] args)