org.apache.commons.jexl.util
Class PropertyExecutor
java.lang.Object
|
+--org.apache.commons.jexl.util.AbstractExecutor
|
+--org.apache.commons.jexl.util.PropertyExecutor
- Direct Known Subclasses:
- BooleanPropertyExecutor
- public class PropertyExecutor
- extends AbstractExecutor
Returned the value of object property when executed.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
introspector
protected Introspector introspector
methodUsed
protected String methodUsed
PropertyExecutor
public PropertyExecutor(Log r,
Introspector ispctr,
Class clazz,
String property)
discover
protected void discover(Class clazz,
String property)
execute
public Object execute(Object o)
throws IllegalAccessException,
InvocationTargetException
- Execute method against context.
- Overrides:
execute
in class AbstractExecutor
Copyright © 2003-2004 The Apache Software Foundation. All Rights Reserved.