|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.jexl.util.AbstractExecutor
org.apache.commons.jexl.util.MapGetExecutor
public class MapGetExecutor
GetExecutor that is smart about Maps. If it detects one, it does not use Reflection but a cast to access the getter.
| Field Summary |
|---|
| Fields inherited from class org.apache.commons.jexl.util.AbstractExecutor |
|---|
method, rlog |
| Constructor Summary | |
|---|---|
MapGetExecutor(org.apache.commons.logging.Log rlog,
java.lang.Class clazz,
java.lang.String property)
|
|
| Method Summary | |
|---|---|
protected void |
discover(java.lang.Class clazz)
|
java.lang.Object |
execute(java.lang.Object o)
Execute method against context. |
| Methods inherited from class org.apache.commons.jexl.util.AbstractExecutor |
|---|
getMethod, isAlive |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MapGetExecutor(org.apache.commons.logging.Log rlog,
java.lang.Class clazz,
java.lang.String property)
| Method Detail |
|---|
protected void discover(java.lang.Class clazz)
public java.lang.Object execute(java.lang.Object o)
AbstractExecutor
execute in class AbstractExecutoro - The owner.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||