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, isAlivepublic 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 AbstractExecutoro - The owner.java.lang.IllegalAccessException - Method is inaccessible.java.lang.reflect.InvocationTargetException - Method body throws an exception.Copyright © 2012 The Apache Software Foundation. All Rights Reserved.