org.apache.velocity.runtime.parser.node

Class PropertyExecutor

public class PropertyExecutor extends AbstractExecutor

Returned the value of object property when executed.
Field Summary
protected Introspectorintrospector
protected StringmethodUsed
Constructor Summary
PropertyExecutor(RuntimeLogger r, Introspector ispctr, Class clazz, String property)
Method Summary
protected voiddiscover(Class clazz, String property)
Objectexecute(Object o)
Execute method against context.

Field Detail

introspector

protected Introspector introspector

methodUsed

protected String methodUsed

Constructor Detail

PropertyExecutor

public PropertyExecutor(RuntimeLogger r, Introspector ispctr, Class clazz, String property)

Method Detail

discover

protected void discover(Class clazz, String property)

execute

public Object execute(Object o)
Execute method against context.
Copyright B) 2002 Apache Software Foundation. All Rights Reserved.