org.apache.velocity.runtime.parser.node
public class GetExecutor extends AbstractExecutor
Version: $Id: GetExecutor.java,v 1.8.4.1 2004/03/03 23:22:59 geirm Exp $
| Field Summary | |
|---|---|
| Object[] | args
Container to hold the 'key' part of
get(key). |
| Constructor Summary | |
|---|---|
| GetExecutor(RuntimeLogger r, Introspector ispect, Class c, String key)
Default constructor. | |
| Method Summary | |
|---|---|
| Object | execute(Object o)
Execute method against context. |
| Object | OLDexecute(Object o, InternalContextAdapter context)
Execute method against context. |