org.apache.commons.jexl.util.introspection

Class UberspectImpl.VelGetterImpl

public class UberspectImpl.VelGetterImpl extends Object implements VelPropertyGet

{@inheritDoc }
Field Summary
protected AbstractExecutorae
executor for performing the get.
Constructor Summary
VelGetterImpl(AbstractExecutor exec)
Create the getter using an AbstractExecutor to do the work.
Method Summary
StringgetMethodName()
Objectinvoke(Object o)
booleanisCacheable()

Field Detail

ae

protected AbstractExecutor ae
executor for performing the get.

Constructor Detail

VelGetterImpl

public VelGetterImpl(AbstractExecutor exec)
Create the getter using an AbstractExecutor to do the work.

Parameters: exec the executor.

Method Detail

getMethodName

public String getMethodName()
{@inheritDoc }

invoke

public Object invoke(Object o)
{@inheritDoc }

isCacheable

public boolean isCacheable()
{@inheritDoc }
Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.