org.apache.commons.jexl.util
public class GetExecutor extends AbstractExecutor
method, rlog
Constructor and Description |
---|
GetExecutor(org.apache.commons.logging.Log r,
Introspector ispect,
java.lang.Class c,
java.lang.String key)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
execute(java.lang.Object o)
Execute method against context.
|
getMethod, isAlive
public GetExecutor(org.apache.commons.logging.Log r, Introspector ispect, java.lang.Class c, java.lang.String key) throws java.lang.Exception
r
- The instance log.ispect
- The JEXL introspector.c
- The class being examined.key
- The key for the get(key) operation.java.lang.Exception
- Failure while trying to obtain the pertinent method.public java.lang.Object execute(java.lang.Object o) throws java.lang.IllegalAccessException, java.lang.reflect.InvocationTargetException
execute
in class AbstractExecutor
o
- The owner.java.lang.IllegalAccessException
- Method is inaccessible.java.lang.reflect.InvocationTargetException
- Method body throws an exception.Copyright © 2014 The Apache Software Foundation. All Rights Reserved.