org.apache.velocity.runtime.parser.node
public class PropertyExecutor extends AbstractExecutor
| Field Summary | |
|---|---|
| protected Introspector | introspector |
| protected String | methodUsed |
| Constructor Summary | |
|---|---|
| PropertyExecutor(RuntimeLogger r, Introspector ispctr, Class clazz, String property) | |
| Method Summary | |
|---|---|
| protected void | discover(Class clazz, String property) |
| Object | execute(Object o)
Execute method against context. |