org.apache.commons.jexl.util
public class GetExecutor extends AbstractExecutor
Since: 1.0
Version: $Id: GetExecutor.java 398171 2006-04-29 14:57:29Z dion $
Constructor Summary | |
---|---|
GetExecutor(Log r, Introspector ispect, Class c, String key)
Default constructor.
|
Method Summary | |
---|---|
Object | execute(Object o) |
Parameters: r The instance log. ispect The JEXL introspector. c The class being examined. key The key for the get(key) operation.
Throws: Exception Failure while trying to obtain the pertinent method.