org.apache.velocity.runtime.parser.node
Class GetExecutor
Executor that simply tries to execute a get(key)
operation. This will try to find a get(key) method
for any type of object, not just objects that
implement the Map interface as was previously
the case.
Version:
- Jason van Zyl
private Object[] | args - Container to hold the 'key' part of
get(key).
|
args
private Object[] args
Container to hold the 'key' part of
get(key).
GetExecutor
public GetExecutor(RuntimeServices r,
Class c,
String key)
throws Exception
Default constructor.
Copyright © 2003 Apache Software Foundation. All Rights Reserved.