org.dozer.loader.xml
Class ELEngine
java.lang.Object
org.dozer.loader.xml.ELEngine
public class ELEngine
- extends Object
- Author:
- Dmitry Buzdin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ELEngine
public ELEngine()
init
public void init()
setVariable
public <T> void setVariable(String key,
T value)
setVariable
public <T> void setVariable(String key,
T value,
Class<? extends T> type)
setFunction
public void setFunction(String prefix,
Method method)
setFunction
public void setFunction(String prefix,
String name,
Method method)
resolve
public String resolve(String expression)
Copyright © 2005-2011 dozer. All Rights Reserved.