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, isAlivepublic 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 AbstractExecutoro - The owner.IllegalAccessException - Method is inaccessible.InvocationTargetException - Method body throws an exception.Copyright © 2016 The Apache Software Foundation. All rights reserved.