org.dozer.loader.xml
Class ELEngine

java.lang.Object
  extended by org.dozer.loader.xml.ELEngine

public class ELEngine
extends Object

Author:
Dmitry Buzdin

Constructor Summary
ELEngine()
           
 
Method Summary
 void init()
           
 String resolve(String expression)
           
 void setFunction(String prefix, Method method)
           
 void setFunction(String prefix, String name, Method method)
           
<T> void
setVariable(String key, T value)
           
<T> void
setVariable(String key, T value, Class<? extends T> type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ELEngine

public ELEngine()
Method Detail

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.