org.apache.velocity.util.introspection

Class UberspectImpl.VelMethodImpl

public class UberspectImpl.VelMethodImpl extends Object implements VelMethod

Implementation of VelMethod
Field Summary
Methodmethod
Constructor Summary
VelMethodImpl(Method m)
VelMethodImpl()
Method Summary
StringgetMethodName()
ClassgetReturnType()
Objectinvoke(Object o, Object[] params)
booleanisCacheable()

Field Detail

method

Method method

Constructor Detail

VelMethodImpl

public VelMethodImpl(Method m)

VelMethodImpl

private VelMethodImpl()

Method Detail

getMethodName

public String getMethodName()

getReturnType

public Class getReturnType()

invoke

public Object invoke(Object o, Object[] params)

isCacheable

public boolean isCacheable()
Copyright B) 2002 Apache Software Foundation. All Rights Reserved.