org.apache.commons.jexl.util.introspection
Class  UberspectImpl.VelGetterImpl
java.lang.Object
  |
  +--org.apache.commons.jexl.util.introspection.UberspectImpl.VelGetterImpl
- All Implemented Interfaces: 
- VelPropertyGet
- Enclosing class: 
- UberspectImpl
- public class UberspectImpl.VelGetterImpl- extends Object- implements VelPropertyGet
{@inheritDoc}
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ae
protected AbstractExecutor ae
- executor for performing the get.
UberspectImpl.VelGetterImpl
public UberspectImpl.VelGetterImpl(AbstractExecutor exec)
- Create the getter using an AbstractExecutorto
 do the work.
- 
- Parameters:
- exec- the executor.
 
invoke
public Object invoke(Object o)
              throws Exception
- {@inheritDoc}- 
- Specified by: 
- invokein interface- VelPropertyGet
 
- Following copied from interface: org.apache.commons.jexl.util.introspection.VelPropertyGet
- 
- Parameters:
- o- the object to get the property from.
- Returns:
- the property value.
- Throws:
- Exception- on any error.
 
isCacheable
public boolean isCacheable()
- {@inheritDoc}- 
- Specified by: 
- isCacheablein interface- VelPropertyGet
 
- Following copied from interface: org.apache.commons.jexl.util.introspection.VelPropertyGet
- 
- Returns:
- true if can be reused for this class, false if not
 
getMethodName
public String getMethodName()
- {@inheritDoc}- 
- Specified by: 
- getMethodNamein interface- VelPropertyGet
 
- Following copied from interface: org.apache.commons.jexl.util.introspection.VelPropertyGet
- 
- Returns:
- the method name.
 
Copyright © 2003-2006 The Apache Software Foundation. All Rights Reserved.