| Constructor and Description |
|---|
NoopELEngine() |
| Modifier and Type | Method and Description |
|---|---|
String |
resolve(String expression)
Note, this method returns the expression passed in
|
void |
setFunction(String prefix,
Method method)
Note, this method does nothing
|
void |
setFunction(String prefix,
String name,
Method method)
Note, this method does nothing
|
<T> void |
setVariable(String key,
T value)
Note, this method does nothing
|
<T> void |
setVariable(String key,
T value,
Class<? extends T> type)
Note, this method does nothing
|
public <T> void setVariable(String key, T value)
setVariable in interface ELEngineT - generic type of valuekey - key to storevalue - value to resolvepublic <T> void setVariable(String key, T value, Class<? extends T> type)
setVariable in interface ELEngineT - generic type of valuekey - key to storevalue - value to resolvetype - type of valuepublic void setFunction(String prefix, Method method)
setFunction in interface ELEngineprefix - the prefix of the functionmethod - method to resolvepublic void setFunction(String prefix, String name, Method method)
setFunction in interface ELEngineprefix - the prefix of the functionname - name of methhodmethod - method to resolveCopyright © 2005–2021 dozer. All rights reserved.