org.apache.velocity.util.introspection

Class UberspectImpl.VelGetterImpl

Enclosing Class:
UberspectImpl
Implemented Interfaces:
VelPropertyGet

public class UberspectImpl.VelGetterImpl
extends java.lang.Object
implements VelPropertyGet

Field Summary

(package private) AbstractExecutor
ae

Constructor Summary

VelGetterImpl()
VelGetterImpl(AbstractExecutor exec)

Method Summary

String
getMethodName()
Object
invoke(Object o)
boolean
isCacheable()

Field Details

ae

(package private)  AbstractExecutor ae

Constructor Details

VelGetterImpl

private VelGetterImpl()


VelGetterImpl

public VelGetterImpl(AbstractExecutor exec)

Method Details

getMethodName

public String getMethodName()
Specified by:
getMethodName in interface VelPropertyGet


invoke

public Object invoke(Object o)
            throws Exception
Specified by:
invoke in interface VelPropertyGet


isCacheable

public boolean isCacheable()
Specified by:
isCacheable in interface VelPropertyGet


Copyright B) 2002 Apache Software Foundation. All Rights Reserved.