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